From: Mark Thomas Date: 2008-02-29T22:54:58+09:00 Subject: Re: Need a regex searching html code All the regex solutions provided will break with the following perfectly valid HTML:
Tagline:
Yippee Ki Yay Mo - John 6:27
This is one of many reasons it is a BAD idea to use regexes to parse HTML. Regular expressions are simply not the right tool for the job.