Pattern matching: Difference between revisions

Content deleted Content added
WikiCleanerBot (talk | contribs)
m v2.05b - Bot T20 CW#61 - Fix errors for CW project (Reference before punctuation)
m Example string patterns: <syntaxhighlight>
Line 190:
===Example string patterns===
In Mathematica, for instance,
<syntaxhighlight lang="mathematica">
 
StringExpression["a",_]
</syntaxhighlight>
 
will match a string that has two characters and begins with "a".