parseString
Parses string contents. Not including string start & end e.g.
"hello world" → "hello world"
"hello\tworld" → "hello world"
"\u0021" → "!"
Since
0.2.1
Parses string contents. Not including string start & end e.g.
"hello world" → "hello world"
"hello\tworld" → "hello world"
"\u0021" → "!"
0.2.1