Hi guys,
That's a very old topic but I thought not to open a very similar one... I just discovered this great utility and if only I could figure the regexes out, it would help me a lot...! I tried to put together advices from the support but all my attempts failed...
I scanned some class notes and named them e.g. "Scan Pag. 1 - 8 (05.2013)". Unlucky choice, (they're not correctly ordered when in a folder) I would love to move the date in first position.
This came to my mind, but I think the problem is that symbols "." and "-" are not included in "[A-Za-z]". Is that the point? Could you help me, please?
Match: ([A-Za-z ]*)\s(\(\d\d.\d\d\d\d\))
Replace: \2 \1
Thanks a lot to all
