There are three random numbers at the end of every song I have. How do I delete them all at once?
Try an action of the type "Replace with regular expression" for the field where you have the number
Search string: \d+$
Replace string:
(Leave empty)
Perhaps you need a space character in front of the search string.
1 Like
Thank you. It worked
1 Like