|
|
|
|
|
by jessedhillon
4666 days ago
|
|
I think the case that there are too many implementations is overstated. Almost everyone can get away with knowing only PCRE these days. Most programmers I've know don't even know that they're using PCRE, they just know they're using "regexes" |
|
I've generally found that my practice is basically "try regex; if it doesn't work after ten minutes of effort, abandon regex completely".