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