a newbie regex question

Shoryuken sakradevanamindra at gmail.com
Thu Jan 24 15:14:06 EST 2008


Given a regular expression pattern, for example, \([A-Z].+[a-z]\),

print out all strings that match the pattern in a file

Anyone tell me a way to do it? I know it's easy, but i'm completely
new to python

thanks alot



More information about the Python-list mailing list