in reply to Re^3: Need a Regular Expression that tests for words in different order and captures the values found.
in thread Need a Regular Expression that tests for words in different order and captures the values found.

(?<![\w-])fred
  • Comment on Re^4: Need a Regular Expression that tests for words in different order and captures the values found.
  • Download Code