Products Applications Downloads Features Wiki forum Store

forwardslash()

From Wiki077
Jump to: navigation, search


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))`

See Also

backslash(), noevals()

Personal tools