Regular Expression help

RunLevelZero Aiwass333 at gmail.com
Thu Apr 27 17:36:04 EDT 2006


r'<a[^>]*>(.*?)</a>'

With a slight modification that did exactly what I wanted, and yes the
findall was the only way to get all that I needed as I buffered all the
read.

Thanks a bunch.




More information about the Python-list mailing list