On 13 Apr, 11:30, "Flyzone" <[EMAIL PROTECTED]> wrote: > all together :(
Damn was wrong mine regexp:
pat = re.compile("[A-Z][a-z][a-z][ ][A-Z][a-z][a-z][ ][0-9| ][0-9][ ]
[0-9][0-9][:][0-9][0-9]",re.M|re.DOTALL)
now is working! :)
Great! really thanks for the helps!
A little question: the pat.split can split without delete the date?
--
http://mail.python.org/mailman/listinfo/python-list
