STRINGDECODE
STRINGDECODE(string)
Description
Converts a encoded string using the Java string literal encoding format. Special characters are \b, \t, \n, \f, \r, ", \, <octal>, \u. This method returns a string.
Examples
STRINGENCODE(STRINGDECODE('Lines 1\nLine 2'));
Updated about 5 years ago