encodes a string. i.e converts characters like tab, newline, to \t, \n ... The string must not be enclosed in quotation marks
throws Exception on error
See Implementation
encodes a string. i.e converts characters like tab, newline, to \t, \n ... The string must not be enclosed in quotation marks
throws Exception on error