the title is like: CHEEK TO CHEEK 134
I need "CHEEK TO CHEEK" remain in title but "134" in BPM field...how can I do this?
Copy the contents of TITLE first to the BPM field:
Format value for BPM
Format string: %title%
Then remove everything that is not a number at the end:
Action of the type "Replace with regular expression" for BPM
Search string: .* (\d+)$
Replace with: $1
2 Likes