
18 Aug
2012
18 Aug
'12
8:18 a.m.
Hello. I am looking for a substring replacement based on Perl like regular expressions that would let me use part of the original string in the replacement string. Something like: reReplace "name is (.*)\\." "hi \1!" "my name is john." which would result in "hy john!" Any help? Romildo