util::subst_safe (public)

 util::subst_safe string

Defined in packages/acs-tcl/tcl/utilities-procs.tcl

Make string safe for subst'ing.

Parameters:
string

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
Source code:
    regsub -all -- {\$} $string {\$} string
    regsub -all -- {\[} $string {\[} string
    regsub -all -- {\]} $string {\]} string
    return $string
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/acs-tcl/tcl/utilities-procs.xql

[ hide source ] | [ make this the default ]
Show another procedure: