-
Parsing HTML with regular expressions
Tuesday 20th of September 2022
Note: Recorded here for posterity in the event of the original being purged from this world. You can’t parse [ X ] HTML with regex. Because HTML can’t be parsed by regex. Regex is not a tool that can be used to correctly parse HTML. As I have answered in HTML-and-regex questions here so many times before, the use of regex will not allow you to consume HTML. Regular expressions are a tool that i…
Comments: 0