RoadieRich@midwest.socialtoProgramming@programming.dev•'Don't parse markup languages with Regex' is an annoying trollpost and it should die... right?English
59·
7 months agoThe things is, if you try to parse html with a regex, you will always be able to construct valid html that will break it, no matter how complex your regex becomes.
As someone who used to troubleshoot an extremely complex system for my day job, I can say I’ve worked my way across the entire bell curve.