Lines Matching refs:regexes
109 by better support for empty-subexpressions in regexes. For
110 example, regexes like `b|` are now allowed. Major thanks to
333 Upgrades `aho-corasick` to 0.7 and uses it for `foo|bar|...|quux` regexes.
431 Fix doc examples for byte regexes.
499 * `(?-u:\B)` is no longer allowed in Unicode regexes since it can match at
501 regexes.
530 Improve error messages for invalid regexes like `[\d-a]`.
541 regexes.
558 SIMD optimizations for certain types of regexes. No additional compile time
590 * Error messages for invalid regexes have been greatly improved. You get these
760 `Regex` type). This means regexes compiled with `bytes::Regex::new` that
842 Fixes bug #289, which caused some regexes with a certain combination
918 running regexes using any of the following regex engines: PCRE1, PCRE2,
919 Oniguruma, RE2, Tcl and of course Rust's own regexes.