Home | History | Annotate | Download | only in html

Lines Matching full:letter

213 character that is not a number or a letter, it takes away any special meaning
271 The precise effect of \cx is as follows: if x is a lower case letter, it
277 values are valid. A lower case letter is converted to upper case, and then the
408 A "word" character is an underscore or any character that is a letter or digit.
434 any Unicode letter, and underscore. Note also that PCRE_UCP affects \b, and
523 matches the letter "R" by default, but causes an error if PCRE_EXTRA is set.
655 a two-letter abbreviation. For compatibility with Perl, negation can be
660 If only one letter is specified with \p or \P, it includes all the general
661 category properties that start with that letter. In this case, in the absence
677 L Letter
678 Ll Lower case letter
679 Lm Modifier letter
680 Lo Other letter
681 Lt Title case letter
682 Lu Upper case letter
691 Nl Letter number
715 the Lu, Ll, or Lt property, in other words, a letter that is not classified as
727 The long synonyms for property names that Perl supports (such as \p{Letter})
777 Xan matches characters that have either the L (letter) or the N (number)
832 matches the letter B). However, if the PCRE_EXTRA option is set, an "invalid
1028 character class. For example, [d-m] matches any letter between d and m,
1074 For example, the class [^\W_] matches any letter or digit, but not underscore,
1177 unset these options by preceding the letter with a hyphen, and a combined
1180 permitted. If a letter appears both before and after the hyphen, the option is
1354 match the name of a weekday, either as a 3-letter abbreviation or as the full
2051 letter R, for example:
2103 sequence of non-letters followed by a letter. In other words, it tests for the
2104 presence of at least one letter in the subject. If a letter is found, the
2411 can put a number less than 256 after the letter C. The default value is zero.