decodeString

decodes a string. i.e, converts \t to tab, \" to ", etc The string must not be surrounded by quoation marks

throws Exception on error

string
decodeString
(
string s
)

Meta