28 ms·
Do not use regular expressions for parsing HTML. http://www.codinghorror.com/blog/2009/11/parsing-html-the-cthulhu-way.html http://www.codinghorror.com/blog/20
by Acorn 15y ago
Do not use regular expressions for parsing HTML.
http://www.codinghorror.com/blog/2009/11/parsing-html-the-cthulhu-way.html http://www.codinghorror.com/blog/2009/11/parsing-html-the-ct...
- puttsmcfadden 15y agoI 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.