We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e3485b commit c4d7fa9Copy full SHA for c4d7fa9
CHANGELOG.md
@@ -52,6 +52,7 @@ Breaking changes for the regex API:
52
* The `RegexBuilder` type has switched from owned `self` method receivers to
53
`&mut self` method receivers. Most uses will continue to work unchanged, but
54
some code may require naming an intermediate variable to hold the builder.
55
+* The `compile` method on `RegexBuilder` has been renamed to `build`.
56
* The free `is_match` function has been removed. It is replaced by compiling
57
a `Regex` and calling its `is_match` method.
58
* The `PartialEq` and `Eq` impls on `Regex` have been dropped. If you relied
0 commit comments