STRINGENCODE
STRINGENCODE(string)
Description
Encodes special characters in a 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