Friday, April 15, 2011

Seeking comparison table for different regexes

I use vim, sed, bash and Perl. Each has somewhat different regex syntax. I just spent time finding that I need to escape the curly parens in sed, but not in BASH (when using them as counter elements). Grrr.

Can anybody point me to a table that summarizes the differences between the different regex parsers in these 4 environments.

TIA

From stackoverflow

0 comments:

Post a Comment