in reply to Regex search and replace appears to be broken

elef:

Keep in mind that no characters is a valid string.

The first line is converting correctly: $1 = "abandon/to", $2="", and $3="". Then when you do the substitution, you get "\tabandon/to\t".

...roboticus

  • Comment on Re: Regex search and replace appears to be broken