unescape
unescape()
Section titled “unescape()”Category: String
Unescapes special characters in the input string for the specified format
Signature
Section titled “Signature”- Return type:
string - Parameters:
formatstring— Unescape format (‘html’, ‘json’, ‘xml’)
Examples
Section titled “Examples”'<tag>'.unescape('html')'\"text\"'.unescape('json')