I want to remove any letter capitalization within squared brackets in the Track Title field.
How would I write this as an action?
Thanks!
I want to remove any letter capitalization within squared brackets in the Track Title field.
How would I write this as an action?
Thanks!
Actionb of the type "Replace with regular expression"
Search string: [(.*)]
Replace string: [%lower($1)]