Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


JZatulove
2009-11-10T16:19:45Z
I'm creating a rename task and trying to use the file mask with regex to only rename the first occurrence of the pattern matched. I'm having an issue where nothing is being matched and I'm trying to use the simplest of expressions:
.*
^.*$
don't match any of the files in the directory. When I disable regex and just search for *, the test successfully returns all the files in the folder.

Can anyone tell me what I'm missing in the regex statement?

Thanks,
JZ
Sponsor
Forum information
ErikC
2009-11-11T15:01:02Z
v0[1|2] will match:

ftwev01sdjhg.txt
wedusev01sdjhg.txt
weduev02shg.txt
eduftsev02sdjhg.txt

. will match

anything


Regards
Erik
Uses Visualcron since 2006.
Scroll to Top