Hi
I am wondering how you use the (...) anything pattern with the replace function when renaming files.
So I am matching my name and my partners names using:
If Any
Contents contain match person (where person is token containing text "name-a")
Contents contain match person (where person is token containing text "name-b")
Contents contain match person (where person is token containing text "name-a (...) anything name-b")
Then renaming the files using
Rename with pattern > Date person extension
and then using Replace Text to replace the text within person with initials:
replace name-a with -na
replace name-b with -nb
replace nama-a (...) name-b with -na nb
the problem is I don't know how to express the (...) anything in the replace box...
Can anyone help?
thanks