doc::util::find_marker_indices (private)
doc::util::find_marker_indices text marker
Defined in packages/acs-templating/tcl/doc-tcl-procs.tcl
given a body of text and a text marker, returns a list of position indices for each occurrence of the text marker
- Parameters:
- text (required)
- body of text to be searched through
- marker (required)
- the text-divider mark
- Returns:
- list of indices of the position immediately preceding each occurrence of the text marker; if there are no occurrences of the text marker, returns a zero-element list
- See Also:
- namespace doc
- doc::parse_file
- doc::parse_namespace
- doc::util::text_divider
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.