Can someone please help on how to remove parentesis and square brackets content using automation?
How it is: Angels (Beethoven AI) [XXV]
How I want it to be: Angels
Thanks!
Can someone please help on how to remove parentesis and square brackets content using automation?
How it is: Angels (Beethoven AI) [XXV]
How I want it to be: Angels
Thanks!
You could try an action of the type "Replace with Regular Expression"
Search string: \s*\(.*
Replace with:
(leave empty)
Works for text where the round brackets are the first brackets, just like your example
It worked. Thanks! ![]()