Hacker News new | ask | show | jobs
by Acorn 5506 days ago
Do not use regular expressions for parsing HTML.

http://www.codinghorror.com/blog/2009/11/parsing-html-the-ct...

1 comments

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.