I have a GREP to remove the suffixes in file names, but????
Hello,
I have a simple GREP to find all the suffixes in the document names and remove them, when using Image Catalog script, or dynamic captions etc......
\..+
Works great.... Except it there is a . in the name?
So, if I run it on this copy:
babs.world.jpg
babsworld.jpg
Here are my results
babs
babsworld
Second one is fine, first one, no good...so, how do I make sure it only effects the suffix ?
Is that possible? I feel like it is one of the options to search the end of the word?
Regards,
babs
