Page 1 of 1

Wildcard for anya character

Posted: 2013-03-05 15:43:43
by Pantokrator
Hi@all,

I have a question related to String replacement. What is the wildcard for any character?

Normally it would be * but I dont know if Ant Renamer is using something like regular expressions.

So the filename is like 01_01_name_as_sr_sr_kon.avi


Search for:
_as*.avi
replaced by: nothing


thanks!

Posted: 2013-03-05 19:19:14
by antp
There aren't wildcards available.
For more complex operations there is a "Regular expression" action ;)