Docs.rs
  • easy-regex-0.11.7
    • easy-regex 0.11.7
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • Arian94
    • Dependencies
      • lazy_static ^1.4.0 normal
      • regex ^1.5.4 normal
    • Versions
    • 52.1% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

easy_regex0.11.7

Module group

Module Items

  • Structs

In easy_regex::settings

easy_regex::settings

Module group

Source
Expand description

Collection of static Group Settings.

These are adjusted group settings to be used in methods like group to save time and make the code more readable.

Structsยง

DEFAULT_GROUP
DOT_DISMATCH_NEWLINE_GROUP
DOT_DISMATCH_NEWLINE_NON_CAPTURE
DOT_MATCH_NEWLINE_GROUP
DOT_MATCH_NEWLINE_NON_CAPTURE
IGNORE_WHITESPACE_GROUP
IGNORE_WHITESPACE_NON_CAPTURE
INCLUDE_WHITESPACE_GROUP
INCLUDE_WHITESPACE_NON_CAPTURE
INSENSITIVE_GROUP
INSENSITIVE_NON_CAPTURE
MULTILINE_GROUP
MULTILINE_NON_CAPTURE
NON_CAPTURE
OPTIONAL_GROUP
OPTIONAL_GROUP_UNGREEDY
SENSITIVE_GROUP
SENSITIVE_NON_CAPTURE
SINGLE_LINE_GROUP
SINGLE_LINE_NON_CAPTURE