Looking for a way to delete everything after a closing parenthesis ")" or a closing bracket "]" in title. Tried a few things but I'm missing something. Hoping someone can help.
Thanks in advance,
LeeB
Looking for a way to delete everything after a closing parenthesis ")" or a closing bracket "]" in title. Tried a few things but I'm missing something. Hoping someone can help.
Thanks in advance,
LeeB
It would have been so much nicer if you had shown us what you tried as then we could have built on that.
Try an action of the type "Replace with regular expression" for TITLE
Search string: ([\)|\]]).*
Replace with: $1
Sorry about not giving an example of the different things I tried but...
Is it ok to say I LOVE YOU MAN!?! This worked like a charm & it is GREATLY appreciated.