How To Use Regexes to match HTML

Ovid on 2003-08-16T03:01:09

I wanted to see if I could get a regex engine to match tokens instead of characters. So I did. My tests have me successfully matching HTML using regular expression semantics, but the code was rather difficult to use and it's pretty slow. Unfortunately, a bug in Devel::DProf prevents me from profiling it