FutureProg functions
counttextcase
Number counttextcase(Text text, Text search)
Contexts: computer function, computer program, standard futureprog
Returns the number of non-overlapping occurrences of the search fragment in the supplied text with case-sensitive matching.
text: The text value to inspect
search: The text fragment to search for
Contexts: computer function, computer program, standard futureprog
Returns the number of non-overlapping occurrences of the search fragment in the supplied text with case-sensitive matching.
text: The text value to inspect
search: The text fragment to search for