FutureProg functions

counttextcase

Text · computer function, computer program, standard futureprog

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

← Back to FutureProg functions