|
|
|||
|
|
| StringMatchQ["string", patt] tests whether "string" matches the string pattern patt. |
| StringMatchQ["string", RegularExpression["regex"]] tests whether "string" matches the specified regular expression. |
| StringMatchQ[{s1, s2, ...}, p] gives the list of results for each of the si. |
| * | zero or more characters | |
| @ | one or more characters, excluding upper-case letters | |
| \\*, etc. | literal *, etc. |
| © 2013 Wolfram Research, Inc. |