My library includes many tracks with titles like
Trio Sonata for organ No. 3 in D minor, BWV 527 (BC J3): Adagio e dolce
from which I would like to remove (BC J3) and the preceding space.
The material after "BC" differs from track to track, but there is always a closing ")".
My impression is that the only way to use wildcards in MC expressions is with regular expressions and the regex() function. So I wrote this:
=replace([name],Regex([name],/ /(BC.+/),1))
which I thought would remove that bit, but instead it removes everything after the "(".
I am baffled. Help will be appreciated, to say the least!