FutureProg functions

endswith

Text · computer function, computer program, standard futureprog

Boolean endswith(Text text, Text search)
Contexts: computer function, computer program, standard futureprog
Returns true if the supplied text ends with the search fragment, ignoring case.
text: The text value to inspect
search: The text fragment to search for

← Back to FutureProg functions