doc::util::escape_square_brackets (private)

 doc::util::escape_square_brackets text

Defined in packages/acs-templating/tcl/doc-tcl-procs.tcl

escapes out all square brackets

Parameters:
text

Partial Call Graph (max 5 caller/called nodes):
%3 doc::util::make_text_listable doc::util::make_text_listable (private) doc::util::escape_square_brackets doc::util::escape_square_brackets doc::util::make_text_listable->doc::util::escape_square_brackets

Testcases:
No testcase defined.
Source code:
    regsub -all -- {(\[)} $text {\\\1} text
    regsub -all -- {(\])} $text {\\\1} text
    return $text
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: