Topic: Remove Backslashes
I couldn't find this anywhere. I finally figured it out by experimentation and thought I'd share it.
Excerpt from my expression:
%UAt("\/","-")
It seems that you must use an escaped forward slash to represent a backslash.
This snippet of code takes: song title \ alt title
and outputs: Song Title - Alt Title