Hacker News new | ask | show | jobs
by phl 1809 days ago
As the examples in the article use xml, I just wanted to point out that applying regex to xml has a lot of limitations and should be avoided. See: https://stackoverflow.com/questions/1732348/regex-match-open...
1 comments

I was thinking about that great answer when I was reading the article. Thanks for sharing it.