StringFreeQ
returns
True
if no substring instring
matches the string expressionpatt
, and returnsFalse
otherwise.
returns the list of results for each element of the string list.
returns
True
if no substring matches any of thepi
.
represents an operator form of
StringFreeQ
that can be applied to an expression.
See
Examples
Related terms
StringCases, StringContainsQ, StringCount, StringExpression, StringInsert, StringJoin, StringLength, StringMatchQ, StringPart, StringPosition, StringQ, StringReplace, StringRiffle, StringSplit, StringTake, StringToByteArray, StringTrim
Implementation status
- ✅ - full supported