Search found 1 match
- 2016-03-22 18:00:55
- Forum: Ant Renamer > Help
- Topic: Using group numbers in replace
- Replies: 1
- Views: 2631
Using group numbers in replace
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.p...