doc::util::text_divider (private)
doc::util::text_divider text_ref marker
Defined in packages/acs-templating/tcl/doc-tcl-procs.tcl
divides a string variable into a list of strings, all but the first element beginning with the indicated text marker; the first element of the created list contains all of the string preceding the first occurrence of the text marker
- Parameters:
- text_ref (required)
- name of string variable (not the string value itself)
- marker (required)
- the string indicating text division
- See Also:
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.