Hacker News new | ask | show | jobs
by chirss 2336 days ago
boom. https://regex101.com/r/PxSY4U/1 technically it does parse it. :P
1 comments

Nope. <h1 class="foo>bar">My First Heading</h1> will misparse. (This is valid HTML 5.) You really need recursive regex or something equivalent in power, otherwise you will always fail.
Well yea, it's a joke...