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 - body of text to be searched through
marker - 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:

Partial Call Graph (max 5 caller/called nodes):
%3 doc::util::text_divider doc::util::text_divider (private) doc::util::find_marker_indices doc::util::find_marker_indices doc::util::text_divider->doc::util::find_marker_indices

Testcases:
No testcase defined.
[ show source ]
Show another procedure: