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

This is not the comprehensive answer you are looking for, but, IMO, Perl has better and more exhaustive capabilities than the old unix utilities. On the other hand, grep has the -P switch which allows Perl regex syntax to be used.
  • Comment on Re: relationship/difference between regex in perl and other unix tools such as grep, sed, vi
  • Download Code