Lines Matching full:matches
81 It matches anything that matches one of the branches.
86 It matches a match for the first, followed by a match for the second, etc.
98 matches a sequence of 0 or more matches of the atom.
101 matches a sequence of 1 or more matches of the atom.
104 matches a sequence of 0 or 1 matches of the atom.
120 and no comma matches
123 matches of the atom.
127 and a comma matches
130 or more matches of the atom.
136 matches a sequence of
140 (inclusive) matches of the atom.
179 It normally matches any single character from the list (but see below).
182 it matches any single character
193 in ASCII matches any decimal digit.
240 matches the first five characters of
310 the RE matches the one starting earliest in the string.
312 it matches the longest.
324 matches the three middle characters of
327 matches all ten characters of
333 the parenthesized subexpression matches all three characters;
372 not listed below matches itself.
376 matches itself.
378 Matches any single character that is not a newline
381 Matches any single character in
407 then it matches itself.
428 Matches any single character, other than newline, not in
437 Otherwise, it matches itself.
443 Otherwise, it matches itself.
454 matches whatever the set of characters without parentheses matches
461 Matches the single character regular expression or subexpression
466 then it matches itself.
472 matches the beginning of the string
478 Matches the singular character regular expression
482 Matches the singular character regular expression
492 Matches the single character regular expression or subexpression
500 is omitted, then it matches at least
503 If the comma is also omitted, then it matches exactly
511 matches either
566 matches the same sequence of characters matched by the
573 matches
586 not listed below matches itself.
596 matches itself.
598 Matches any single character that is not a newline
601 Matches any single character in
627 then it matches itself.
648 Matches any single character, other than newline, not in
657 Otherwise, it matches itself.
663 Otherwise, it matches itself.
683 matches any string consisting of identical adjacent substrings.
686 Matches the single character regular expression or subexpression
691 then it matches itself.
697 matches the beginning of the string
709 Matches the single character regular expression or subexpression
717 is omitted, then it matches at least
720 If the comma is also omitted, then it matches exactly