QuotedStringTokenizer.unquote

Unquote a string.

@param s The string to unquote. @param lenient true if unquoting should be lenient to escaped content, leaving some alone, false if string unescaping @return quoted string

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

Meta