Comment by kevin_thibedeau
Comment by kevin_thibedeau 4 days ago
Don't learn the Perl influenced extensions. You just need POSIX EREs (and BREs for some older utilities) which are simple enough to keep in the head.
Comment by kevin_thibedeau 4 days ago
Don't learn the Perl influenced extensions. You just need POSIX EREs (and BREs for some older utilities) which are simple enough to keep in the head.
I'll just leave this here
"The Insanity Of Linux's Regular Expressions " https://www.youtube.com/watch?v=ys7yUyyQA-Y
Many loosely compatible (so, not compatible if we are strict..) implementations are a problem, but awareness and testing helps.
All in all, my life would be miserable if I would not have regexp available in grep/sed/editor/ide/java/python, their usefulness trump any such inconveniences.
And with the POSIX EREs, everything except the syntax for character classes will carry over to other common Regex dialects.