The power of back references and Python
pythonicprose.blogspot.com
The power of back references and Python
1–3 of 3 posts
Re: The power of back references and Python
#2Do not use regular expressions for parsing HTML.
http://www.codinghorror.com/blog/2009/11/parsing-html-the-ct...
Re: The power of back references and Python
#3Do not use regular expressions for parsing HTML. http://www.codinghorror.com/blog/2009/11/parsing-html-the-ct...
I agree with your point about using backreferences as an html parser. I think the point of the post is regular expressions and back reference usage.