Tcl.escape

Escape harmful characters in the passed argument that is to be used in a script.

  1. string[] escape(string[] args)
  2. string escape(string arg)
    class Tcl
    string
    escape
    (
    string arg
    )

Parameters

arg string

The argument to escape.

Return Value

Type: string

The argument.

Meta