in reply to Re: Regex help
in thread Regex help

How about reading a string, searching for the regex (i.e. encased by /$regex/) and only doing this substitution within the regex delimeters? Cheers!