![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: Splitting on a word
From: Joe <joe.woodward@padtinc.com>
Date: Wed Jul 13 2005 - 23:24:36 CEST
# string s simulating an html file
list=p.split(s) #<<<<<<<<<<<<<<<<< gets you your final list.
good luck,
Joe
|