QuotedStringTokenizer.quote

Quote a string into an Appendable. The characters ", \, \n, \r, \t, \f and \b are escaped

@param buffer The Appendable @param input The string to quote.

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

Meta