util::json::unquoteUnescapeString (private)
util::json::unquoteUnescapeString token
Defined in packages/acs-tcl/tcl/json-procs.tcl
Get rid of the quotes surrounding a string token and substitute the real characters for escape sequences within it
- Parameters:
- token (required)
- Returns:
- Unquoted, unescaped value of the string contained in token
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: set unquoted [string range $token 1 end-1] return [subst -nocommands -novariables $unquoted]XQL Not present: Generic, PostgreSQL, Oracle