forwardslash()
From Wiki077
string forwardslash(string)
This will substitute all slashes in a string to forwardslashes. Remember to use the noevals expression to ignore escaped sequences.
Examples
set a = `noevals(forwardslash($a))`
