Hacker News new | ask | show | jobs
by carlmr 864 days ago
It does, and I had exactly that same reaction! Regexes are a leaky abstraction, like all of them.
1 comments

Understanding is perhaps sufficient, but not necessary.

You can just consult a list that tells you which regular expression matchers to avoid (like eg Perl), and which ones are good (like grep), and you are good to go. No need to understand anything.