Unescapes all Javascript escaped characters such that it becomes a normal string.
Syntax
Smartsite SXML | Copy Code |
---|---|
string string.jsdecode(string value) |
Parameters
Name | Data Type | Description |
---|---|---|
value | String | The input string that will be Javascript decoded. |
Return Value
Data Type | Description |
---|---|
String | The normal string without the Javascript escaped characters. |