FutureProg functions

textindexofcase

Text · computer function, computer program, standard futureprog

Number textindexofcase(Text text, Text search)
Contexts: computer function, computer program, standard futureprog
Returns the zero-based index of the first search fragment in the supplied text with case-sensitive matching, or -1 if absent.
text: The text value to inspect
search: The text fragment to search for

← Back to FutureProg functions