Options for Rust Regular Expressions
Regular expressions can have options (also known as flags) that modify their behavior. Each engine supports a different set of options.
Option | Description | Backend value | Portable value |
---|
Rust supports options in the regex pattern and with separate calls to
RegexBuilder.