|
|
|
|
|
by umanwizard
136 days ago
|
|
It also hinges on another word: parsing. There are things other than parsing that you might want to do. For example, if you want to count the number of `<hr>` tags in an HTML document, that doesn't require parsing it, and can indeed be done with regex. |
|
Like, it’s not a matter of cleverness, either. You can’t code around it. It’s simply not possible.