Re: When a string does not match itself
- To: mathgroup at smc.vnet.net
- Subject: [mg97211] Re: When a string does not match itself
- From: Rob Mayoff <mayoff at gmail.com>
- Date: Sun, 8 Mar 2009 05:51:21 -0500 (EST)
- References: <got8h2$go0$1@smc.vnet.net>
On Mar 7, 1:42 am, <ingolf.d... at telia.com> wrote: > In[271]:= StringMatchQ["\\*", "\\*"] ref/StringMatchQ says: StringMatchQ allows both ordinary StringExpression string patterns, as well as abbreviated string patterns containing the following metacharacters: * zero or more characters @ one or more characters, excluding uppercase letters \\*, etc. literal *, etc.