Lines Matching refs:i

274 25. A pattern such as /(?i)[A-`]/, where characters in the other case are
1598 (?i:([^b]))(?1) should not match "ab", but previously PCRE gave a match.
1624 for every regex", that is, assume /S for every regex. This is similar to -i
2129 2. For patterns such as (?i)a(?-i)b|c where an option setting at the start of
2554 references. For example, /(\x{de})\1/8i was not matching \x{de}\x{fe}.
2581 printf "/(?i)[\xc3\xa9\xc3\xbd]|[\xc3\xa9\xc3\xbdA]/8\n" | pcretest
3396 length. The relevant options are -x, and -i in UTF-8 mode. The result was
3405 /((?i)[\x{c0}])/8
3406 /(?i:[\x{c0}])/8
3508 -d shows. The effect of -d is now the same as -b with -i (and similarly, /D
3865 (i) Added the -D (--devices) and -d (--directories) options.
4135 3. A (silly) pattern starting with (?i)(?-i) caused an internal space
4137 patterns that start (?i) but I don't think that matters. The use of (?i) is
4237 (i) When file names are being printed, "(standard input)" is used for
4407 (i) A pattern option of the form ">rest-of-line" causes pcretest to
4610 (i) The utf8_table... variables are now declared "const".
4768 7. Perl 5.8 has changed the meaning of patterns like /a(?i)b/. Earlier versions
4769 were backward compatible, and made the (?i) apply to the whole pattern, as if
4770 /i were given. Now it behaves more logically, and applies the option setting
4967 relevant occurrence of .* (i.e. one which might indicate anchoring or forcing
5086 (i) A callout function now has three choices for what it returns:
5121 (i) A character class whose characters are all within 0-255 is handled as
5233 (i) Added long-form option names like gnu grep.
5509 3. Subpatterns of the form (regex){n,m} (i.e. limited maximum) were being