|
|
|
|
|
by justinator
2811 days ago
|
|
> People saying "Regexes can't match HTML, use an html library" are wrong to say regexes are incapable of it, but they're right to say to use a library meant for the job. Plot twist: the html library is built upon regex's (at least in part). |
|
But they are not built solely of regexes. They always have added control structures that complement regexes on those place they are worst.