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 (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: regsub -all -- {(\})} $text {\1 } text regsub -all -- {(\}) } $text {\1 } text return $textXQL Not present: Generic, PostgreSQL, Oracle