I can never remember the differences in regular expression syntax used by tools like grep
and awk
, or languages like Python and PHP. Generally, Perl has the most expansive syntax, but I'm often hamstrung by the limitations of even egrep
("extended" grep
).
Anyone know of a site that lists the differences in a concise and easy-to-read fashion?