Enum regex_syntax::ast::Flag
source · [−]pub enum Flag {
CaseInsensitive,
MultiLine,
DotMatchesNewLine,
SwapGreed,
Unicode,
IgnoreWhitespace,
}
Expand description
A single flag.
Variants
CaseInsensitive
i
MultiLine
m
DotMatchesNewLine
s
SwapGreed
U
Unicode
u
IgnoreWhitespace
x
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Flag
impl UnwindSafe for Flag
Blanket Implementations
Mutably borrows from an owned value. Read more