← Back to context

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.

And with the POSIX EREs, everything except the syntax for character classes will carry over to other common Regex dialects.