A.3.13 Abbreviated String PatternsFunctions such as StringMatchQ, Names and Remove allow you to give abbreviated string patterns, as well as full string patterns specified by StringExpression. Abbreviated string patterns can contain certain metacharacters, which can stand for sequences of ordinary characters.
| * | zero or more characters | | @ | one or more characters excluding upper-case letters | | \\* etc. | literal *, etc. |
Metacharacters used in abbreviated string patterns.
|