PS: The confusing thing in the help file listed under "Regular Expressions":
"New name, containing the new name of the file, with $nn backreferences (nn being a number) to indicate where found strings have to be inserted. Note: these backreferences are presented with "\" instead of "$" on the ...
Search found 3 matches
- 2010-06-20 19:51:51
- Forum: Ant Renamer > Help
- Topic: Remove Duplicate Underscores
- Replies: 3
- Views: 3264
- 2010-06-20 19:34:07
- Forum: Ant Renamer > Help
- Topic: Remove Duplicate Underscores
- Replies: 3
- Views: 3264
- 2010-06-20 00:06:44
- Forum: Ant Renamer > Help
- Topic: Remove Duplicate Underscores
- Replies: 3
- Views: 3264
Remove Duplicate Underscores
Hello,
I have just started using Ant Renamer. I am at the point where I have all special characters and spaces removed. Those characters have been replaced with underscores.
Now my question is how do I get ride of the "duplicated" underscores.
I have tried:
search: _\+ replace: _
search ...
I have just started using Ant Renamer. I am at the point where I have all special characters and spaces removed. Those characters have been replaced with underscores.
Now my question is how do I get ride of the "duplicated" underscores.
I have tried:
search: _\+ replace: _
search ...