two or more whitespace regular expression?

eugene kim eugene1977 at hotmail.com
Sun Sep 15 07:41:59 EDT 2002


i used this..

words = string.split(line, '['+string.whitespace 
+']'+'['string.whitespace+']+')

which didn't work.. 
thanks



More information about the Python-list mailing list