Hi everyone,
I am trying to add a space before every "(".
eg: Extreme - Falling Down(Remix)
Extreme - Failling Down (Remix)
I created the following actions:
Replace with regular expression
Field: ALL
Regular Expression: (\l)(
Replace matches with: (\l) (
But this didn't work correctly. Anyone provide me with some insight? I know \l is for lower case and ( is a literal. Thought I actually had a chance of getting this one, 
