Lines Matching defs:default
19 fn default() -> Self {
48 /// setting the default flags (which can be overridden in the expression
59 let mut builder = RegexBuilder(RegexOptions::default());
93 /// By default, they match beginning/end of the input.
101 /// it is not set (the default).
119 /// By default, `a*` is greedy and `a*?` is lazy.
140 /// Enabled by default. When disabled, character classes such as `\w` only
161 /// Octal syntax is disabled by default.
246 /// by setting the default flags (which can be overridden in the expression
261 let mut builder = RegexSetBuilder(RegexOptions::default());
296 /// it is not set (the default).
347 /// Octal syntax is disabled by default.