We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d813518 commit 204293eCopy full SHA for 204293e
src/re_builder.rs
@@ -115,8 +115,6 @@ impl RegexBuilder {
115
}
116
117
/// Set the value for the Unicode (`u`) flag.
118
- ///
119
- /// For byte based regular expressions, this is disabled by default.
120
pub fn unicode(&mut self, yes: bool) -> &mut RegexBuilder {
121
self.0.unicode = yes;
122
self
@@ -228,8 +226,6 @@ impl RegexSetBuilder {
228
226
229
227
230
231
232
233
pub fn unicode(&mut self, yes: bool) -> &mut RegexSetBuilder {
234
235
0 commit comments