encodeString

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

string
encodeString
(
string s
)

Meta