StringFreeQ

WMA link


StringFreeQ["string", patt]

returns True if no substring in string matches the string expression patt, and returns False otherwise.

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

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

StringFreeQ[“string”, {p1, p2, ...}]

returns True if no substring matches any of the pi.

StringFreeQ[patt]

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

LetterQ
StringMatchQ