I’m using this string https://rateyourmusic.com/song/$replace($lower(%artist%)/$lower(%title%), ,-) to check RYM for data on specific songs, but since special characters (‘, &,…) invalidate the search I’m looking for a way to automatically remove them from the link.
For example if I search for a song instead of giving me this https://rateyourmusic.com/song/sly-&-the-family-stone/que-sera,-sera-(whatever-will-be,-will-be)/
i want it to give me this https://rateyourmusic.com/song/sly-and-the-family-stone/que-sera-sera-whatever-will-be-will-be/
If anyone has an idea of how to achieve this, the help would be greatly appreciated
