Returns an escaped form of a text string.
This function is useful for retrieving text suitable for use as the value of a selection list.
Arguments
Argument | Type | Description |
---|---|---|
v | String, required | The value to escape |
Returns
String
Example
In this example the variable 'STUFF' has the value <p>.
helper.utilEscValueSelector(helper.getVariable('STUFF'))
Returns
"\\<p\\>"
Last modified on March 23, 2023