Y
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
bmn__
2336 days ago
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.
link
chirss
2324 days ago
Well yea, it's a joke...
link