
Last chance! 50% off unlimited learning
Sale ends in
containsText
is a utility function returns TRUE if one text value is
present in another. Case sensitive. If textToSearch is a vector, returns
TRUE if any element contains textToFind.
containsText(textToSearch, textToFind)
TRUE if the textToFind value is found.
The value to be searched.
The value to find.