Hi, If each title i have has, say, the name of the producer in brackets, how can i batch remove anything between the brackets using a wild card ie (*) what is the wild card chacter?
Thanks
Andy
Hi, If each title i have has, say, the name of the producer in brackets, how can i batch remove anything between the brackets using a wild card ie (*) what is the wild card chacter?
Thanks
Andy
Hi Andy,
this action will remove the brackets and their content:
Action type: Replace with regular expression
Field: TITLE
Regular expression: \s\((.*)\)
Replace matches with:
Kind regards,
Florian