Home | History | Annotate | Download | only in doc

Lines Matching full:letters

45 pattern string, and the letters must be in upper case.
209 caseless matching is specified (the PCRE_CASELESS option), letters are matched
272 In a UTF mode, only ASCII numbers and letters have any special meaning after a
340 the EBCDIC letters are disjoint, \ecZ becomes hex 29 (Z is E9), and other
407 digits are read (letters can be in upper or lower case). Any number of
544 By default, the definition of letters and digits is controlled by PCRE's
557 accented letters, and these are then matched by \ew. The use of locales with
914 example, \ep{Lu} always matches only upper case letters. This is different from
1266 When caseless matching is set, any letters in a class represent both their
1287 immediately after a range. For example, [b-d-z] matches letters in the range b
1307 If a range that includes letters is used when caseless matching is set, it
1308 matches the letters in either case. For example, [W-c] is equivalent to
1358 alnum letters and digits
1359 alpha letters
1365 lower lower case letters
1367 punct printing characters, excluding letters and digits and space
1369 upper upper case letters
1480 the pattern by a sequence of Perl option letters enclosed between "(?" and ")".
1481 The option letters are
1581 a non-capturing subpattern, the option letters may appear between the "?" and
2068 back reference, the case of letters is relevant. For example,
2481 sequence of non-letters followed by a letter. In other words, it tests for the
2485 dd-aaa-dd or dd-dd-dd, where aaa are letters and dd are digits.