regular expression question

snacktime snacktime at gmail.com
Mon Feb 14 20:40:43 EST 2005


> You may want something like:
> if re.search('%s(.*)%s' % (STX, ETX), data):
>

Ah I didn't even think about that...

Chris



More information about the Python-list mailing list