QuotedStringTokenizer.quote

Quote a string. The string is quoted only if quoting is required due to embeded delimiters, quote characters or the empty string.

@param s The string to quote. @return quoted string

  1. string quote(string s)
    class QuotedStringTokenizer
    static
    string
    quote
    (
    string s
    )
  2. void quote(Appendable buffer, string input)

Meta