Comment on The true power of regular expressions (2012)Comments−ktpsns3yThis is a really nice article.tl,dr: Regexp with backrefs can "solve" NP-hard problems and thus theoretically can parse HTML, but in practice they are not the right tool to do so.
Comments
This is a really nice article.
tl,dr: Regexp with backrefs can "solve" NP-hard problems and thus theoretically can parse HTML, but in practice they are not the right tool to do so.