template::util::comment_text_normalize (private)
template::util::comment_text_normalize text
Defined in packages/acs-templating/tcl/doc-tcl-procs.tcl
escapes quotes and removes comment tags from a body of commented text
- Parameters:
- text (required)
- Returns:
- text
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: regsub -all \" $text {\"} text regsub -all -- {(\n)\s*#\s*} $text {\1 } text regsub {(\A)\s*#\s*} $text {\1 } text return $textXQL Not present: Generic, PostgreSQL, Oracle