Search found 2 matches

by namron
2017-08-31 09:29:11
Forum: Ant Renamer > Help
Topic: how to change *( into * ( with space
Replies: 3
Views: 3848

Hello antp,

thanks for your hints!

"Replace double spacing by a single spacing"
So simple, so effective! i thought way to complicated!!!
And it works.

Changing by regular expression just worked for a single file.
Don´t know why it didn´t run through the other files.

But nevertheless, you helped ...
by namron
2017-08-30 12:07:17
Forum: Ant Renamer > Help
Topic: how to change *( into * ( with space
Replies: 3
Views: 3848

how to change *( into * ( with space

hello,

i have a problem where i don´t know how to fix it.

got plenty of files with a certain naming, followed by a "(" directly after the last letter.
now i want to have a space inbetween.

could be so easy [change "(" into " (" ] if i wouldn´t have a large number of files, where the space is ...