Lines Matching refs:digits

188        followed by the two digits 10, at the domain cam.ac.uk.
1477 repeated digits. For DFA matching, this means that only one possible
2253 hexadecimal digits, in which case the hexadecimal number defines the
2258 hexadecimal digits, in which case the hexadecimal number defines the
2260 always expected after \x, but it may have zero, one, or two digits (so,
2445 29 (?R or (?[+-]digits must be followed by )
2624 letters, digits, or whatever, by reference to a set of tables, indexed
4212 the repeated digits. For DFA matching, this means that only one possi-
4877 where d is any number of decimal digits. However, the value of the set-
5050 After \0 up to two further octal digits are read. If there are fewer
5051 than two digits, just those that are present are used. Thus the
5053 (code value 13). Make sure you supply two digits after the initial zero
5056 The escape \o must be followed by a sequence of octal digits, enclosed
5070 ing digits as a decimal number. If the number is less than 8, or if
5079 erwise re-reads up to three octal digits following the backslash, using
5080 them to generate a data character. Any subsequent digits stand for
5100 three octal digits are ever read.
5103 decimal digits are read (letters can be in upper or lower case). Any
5104 number of hexadecimal digits may appear between \x{ and }. If a charac-
5112 must be followed by four hexadecimal digits; otherwise it matches a
5211 or digit. By default, the definition of letters and digits is con-
5233 \d matches only decimal digits, whereas \w matches any Unicode digit,
5872 alnum letters and digits
5877 digit decimal digits (same as \d)
5881 punct printing characters, excluding letters and digits and space
5885 xdigit hexadecimal digits
6255 matches exactly 8 digits. An opening curly bracket that appears in a
6398 After matching all 6 digits and then failing to match "foo", the normal
6399 action of the matcher is to try again with only 5 digits matching the
6423 pared to adjust the number of digits they match in order to make the
6425 digits.
6467 digits, or digits enclosed in <>, followed by either ! or ?. When it
6484 sequences of non-digits cannot be broken, and failure happens quickly.
6490 0 (and possibly further digits) is a back reference to a capturing sub-
6507 details of the handling of digits following a backslash. There is no
6511 Another way of avoiding the ambiguity inherent in the use of digits
6522 digits follow the reference. A negative number is a relative reference.
6754 matches "foo" preceded by three digits that are not "999". Notice that
6757 characters are all digits, and then there is a check that the same
6759 ceded by six characters, the first of which are digits and the last
6766 checking that the first three are digits, and then the second assertion
6778 is another pattern that matches "foo" preceded by three digits and any
6809 If the text between the parentheses consists of a sequence of digits,
6814 native notation is to precede the digits with a plus or minus sign. In
6866 or any subpattern has been made. If digits or a name preceded by amper-
6918 letters and dd are digits.
7057 ets, allowing for arbitrary nesting. Only digits are allowed in nested
8260 PCRE recognizes as digits, spaces, or word characters remain the same
10077 Within "rewrite", backslash-escaped digits (\1 to \9) can be used to