StringContainsQ

WMA link


StringContainsQ["string", patt]

returns True if any part of string matches patt, and returns False otherwise.

StringContainsQ[{“s1”, “s2”, ...}, patt]

returns the list of results for each element of string list.

StringContainsQ[patt]

represents an operator form of StringContainsQ that can be applied to an expression.

RemoveDiacritics
StringRepeat