template::util::quote_space (private)
template::util::quote_space text
Defined in packages/acs-templating/tcl/doc-tcl-procs.tcl
just takes a body of text and puts a space behind every double quote; this is done so that the text body can be treated as a list without causing problems resulting from list elements being separated by characters other than a space
- Parameters:
- text (required)
- req/none the body of text to be worked on
- Returns:
- same text but with a space behind each quote; double quotes that are already trailed by a space are unaffected
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.