A subpatch is outputting strings like this: "(BPM) Song name.mp3"
Can anyone show me how to eliminate the first and last quotes, the parenthesis and everything in between the parenthesis? I want the input/output to look like:
"(BPM) Song name.mp3" Song name.mp3
"(127) Alex Gopher - Dust.mp3" Alex Gopher - Dust.mp3
I suck with regexp