I'm a bit confused on what's Ant renamer is asking me to do.
I've tried
Code: Select all
(.+(?:(?:19|20)[0-9]{2})).(.*)with new name:
Code: Select all
S1Code: Select all
<RegExp Error> TRegEpr(comp): Unrecognised Modifier (pos 14)Thanks! :-)
Code: Select all
(.+(?:(?:19|20)[0-9]{2})).(.*)Code: Select all
S1Code: Select all
<RegExp Error> TRegEpr(comp): Unrecognised Modifier (pos 14)Code: Select all
(.+)((19|20)[0-9]{2}).(.*)Code: Select all
$1$2$4