in reply to relationship/difference between regex in perl and other unix tools such as grep, sed, vi

In general, if I need to use a regex that involves anything like: my inclination is to just use Perl. I wouldn't be surprised if other tools implement some or all of the same things (possibly with the same syntax that Perl uses), but I know Perl does all these things, so it's just less work to use Perl.

(Also, I know that Perl regexes in 5.10 and later allow a lot of stuff that I haven't even needed to learn yet...)

  • Comment on Re: relationship/difference between regex in perl and other unix tools such as grep, sed, vi
  • Download Code