Regular Expression Syntax Help

Raja Raman Sundararajan ram0812 at hotmail.com
Tue Feb 7 11:08:42 EST 2006


try this. maybe this is what you want?

reg = re.compile('Name:.*\\n', re.IGNORECASE)




More information about the Python-list mailing list