Lines Matching refs:caseless
2079 less than 128, so caseless matching is always possible. For characters
2082 use caseless matching for characters 128 and above, you must ensure
2510 PCRE handles caseless matching, and determines whether characters are
4626 caseless matching is specified (the PCRE_CASELESS option), letters are
4629 caseless matching is always possible. For characters with higher val-
4631 property support, but not otherwise. If you want to use caseless
5138 Specifying caseless matching does not affect these escape sequences.
5448 When caseless matching is set, any letters in a class represent both
5449 their upper case and lower case versions, so for example, a caseless
5450 [aeiou] matches "A" as well as "a", and a caseless [^aeiou] does not
5453 than 128, so caseless matching is always possible. For characters with
5456 caseless matching in a UTF mode for characters 128 and above, you must
5487 If a range that includes letters is used when caseless matching is set,
5611 For example, (?im) sets caseless, multiline matching. It is also possi-
7419 (?i) caseless
9425 bool caseless()