The true power of regular expressions (2012) (opens in new tab)
As someone who frequents the PHP tag on StackOverflow I pretty often see questions about how to parse some particular aspect of HTML using regular expressions. A common reply to such a question is:
Read the original article