QuotedStringTokenizer.unquoteOnly

Unquote a string, NOT converting unicode sequences

@param s The string to unquote. @param lenient if true, will leave in backslashes that aren't valid escapes @return quoted string

  1. string unquoteOnly(string s)
  2. string unquoteOnly(string s, bool lenient)
    class QuotedStringTokenizer
    static
    string
    unquoteOnly
    (
    string s
    ,
    bool lenient
    )

Meta