Mathematica 9 is now available

SameQ (===)StringToStream

StringMatchQ

FilledSmallSquareStringMatchQ["string", "pattern"] yields True if string matches the specified string pattern, and yields False otherwise.

FilledSmallSquare The pattern string can contain literal characters, together with the metacharacters * and @ specified in Section A.3.13.

FilledSmallSquare Example: StringMatchQ["apppbb", "a*b"] LongRightArrow.

FilledSmallSquare Setting the option IgnoreCase -> True makes StringMatchQ treat lower- and upper-case letters as equivalent.

FilledSmallSquare Setting the option SpellingCorrection -> True makes StringMatchQ allow strings to match even if a small fraction of their characters are different.

FilledSmallSquare See The Mathematica Book: Section 2.7.3.

FilledSmallSquare See also: StringPosition, Equal, Names, MatchQ.

Further Examples

SameQ (===)StringToStream



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.