Hacker News new | ask | show | jobs
by bwooster 2006 days ago
It is impossible to parse HTML with a regular expression even in Perl
1 comments

It depends on what you’re trying to do with the html.

Web scrapers aren’t too bad with perl regexps.