FutureProg functions

textlastindexof

Text · computer function, computer program, standard futureprog

Number textlastindexof(Text text, Text search)
Contexts: computer function, computer program, standard futureprog
Returns the zero-based index of the last 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

← Back to FutureProg functions