Table Of Contents

Previous topic

ns.Environment

Next topic

std.graphics.DragHandler

This Page

Escape

Constructor

class Escape()

Methods

escapeString(orig, quot)
Arguments:
  • orig
  • quot

Escape a string. param {string} orig the original string param {string} quot the quote character to wrap the string in. If null, doesn’t wrap in anything. returns {string} the original string in a form suitable for use as a literal, wrapped in the specified quotes.