help in converting perl re to python re
Joel Hedlund
joel.hedlund at gmail.com
Fri Mar 3 06:45:38 EST 2006
Previous message (by thread):
help in converting perl re to python re
Next message (by thread):
Outdated Python Info on www.unicode.org
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
>
I'd go for
>
regexp = re.compile(r"<(tag1)>(.*?)</\1>")
Indeed. I second that. /Joel
Previous message (by thread):
help in converting perl re to python re
Next message (by thread):
Outdated Python Info on www.unicode.org
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Python-list mailing list