doc::util::bracket_space (private)

 doc::util::bracket_space text

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

puts a space after all closing curly brackets, does not add a space when brackets are already followed by a space

Parameters:
text

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

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: