File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22==================
33This release marks the end of a [ years long rewrite of the regex crate
44internals] ( https://github.com/rust-lang/regex/issues/656 ) . Since this is
5- such a big release, please report any issues or regressions you find. I would
5+ such a big release, please report any issues or regressions you find. We would
66also love to hear about improvements as well.
77
88In addition to many internal improvements that should hopefully result in
99"my regex searches are faster," there have also been a few API additions:
1010
11- * A new ` Captures::extract ` method exists for quickly accessing the substrings
11+ * A new ` Captures::extract ` method for quickly accessing the substrings
1212that match each capture group in a regex.
1313* A new inline flag, ` R ` , which enables CRLF mode. This makes ` . ` match any
1414Unicode scalar value except for ` \r ` and ` \n ` , and also makes ` (?m:^) ` and
@@ -37,7 +37,7 @@ Multi-pattern searches with offsets can be done with `regex-automata 0.3`.
3737* [ FEATURE #675 ] ( https://github.com/rust-lang/regex/issues/675 ) :
3838Anchored search APIs are now available in ` regex-automata 0.3 ` .
3939* [ FEATURE #824 ] ( https://github.com/rust-lang/regex/issues/824 ) :
40- Add new ` Capptures ::extract` method for easier capture group access.
40+ Add new ` Captures ::extract` method for easier capture group access.
4141* [ FEATURE #961 ] ( https://github.com/rust-lang/regex/issues/961 ) :
4242Add ` regex-lite ` crate with smaller binary sizes and faster compile times.
4343
You can’t perform that action at this time.
0 commit comments