containsText: Check whether a text value is present in another text value.

Description Usage Arguments Value

View source: R/utilities.R

Description

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.

Usage

1
containsText(textToSearch, textToFind)

Arguments

textToSearch

The value to be searched.

textToFind

The value to find.

Value

TRUE if the textToFind value is found.


cbailiss/basictabler documentation built on July 2, 2021, 1:16 a.m.