FutureProg functions
textindexof
Number textindexof(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, ignoring case, or -1 if absent.
text: The text value to inspect
search: The text fragment to search for
Contexts: computer function, computer program, standard futureprog
Returns the zero-based index of the first search fragment in the supplied text, ignoring case, or -1 if absent.
text: The text value to inspect
search: The text fragment to search for