Tag-Tag $replace of double backslash

The artist tag contains "Schürze\DJ ROBIN\Königlich Bayrisches Vollgas Orchester".
I want to replace the "\" with another character like "&" or "-".
$replace(string,from,to) ->
$replace(artist%,\,&) returns "Schürze".
I need the full string without backslashes.

See e.g.here:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.