@REPLACE[string1, string2, text]: Replaces all occurrences of string1 in the text string with string2. For example, %@replace[w,ch,warming] returns the string "charming".
The search is case sensitive.
Examples:
echo %@replace[\,/,"ftp:\\server\etc"]
echo %@replace[^,,,A better, command processor]
A better command processor