I have gobs and gobs of files named like "Fred Bear.pst". I want to rename those to "FBear@red.com.pst", where the "red.com.pst" part is constant. So I selected "String Replacement" and wrote a regex:
^(.)(\S*) ([a-z]*)
And a replacement string:
$1$3@red.com.pst
But this does nothing. "Old name ...
Search found 1 match
- 2016-03-22 18:00:55
- Forum: Ant Renamer > Help
- Topic: Using group numbers in replace
- Replies: 1
- Views: 3605