Search found 3 matches

by nixuser
2010-06-20 19:51:51
Forum: Ant Renamer > Help
Topic: Remove Duplicate Underscores
Replies: 3
Views: 3264

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 ...
by nixuser
2010-06-20 19:34:07
Forum: Ant Renamer > Help
Topic: Remove Duplicate Underscores
Replies: 3
Views: 3264

Figured it out!!!!


1) "Multiple String Replacement" just replaces strings and assumes its a global replacement on the file name. It seems to take everything entered literally; no regular expressions.

2) Not sure about "String Replacement". I think it's only a one shot global; not 100% sure on ...
by nixuser
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 ...