Mathematica 9 is now available

StringFreeQ

Usage

StringFreeQ["string", patt] yields True if no substring in "string" matches the string expression patt, and yields False otherwise.
StringFreeQ["string", { ,  , ... }] yields True if no substring matches any of the  .
StringFreeQ[{ ,  , ... }, p] gives the list of results for each of the  .


Notes

• The string expression patt can contain any of the objects specified in the notes for StringExpression.
• See Section 2.8.2.
• New in Version 5.1.


Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.