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 base

Module Items

  • Structs

In easy_regex::settings

easy_regex::settings

Module base

Source
Expand description

Collection of static Settings.

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

Structsยง

BOTH_BOUNDARY
BOTH_NON_BOUNDARY
DEFAULT
DOT_DISMATCH_NEWLINE
DOT_MATCH_NEWLINE
IGNORE_WHITESPACE
INCLUDE_WHITESPACE
INSENSITIVE
LEFT_BOUNDARY
LEFT_NON_BOUNDARY
MULTILINE
NIL_OR_MORE
NIL_OR_MORE_UNGREEDY
ONE_OR_MORE
ONE_OR_MORE_UNGREEDY
OPTIONAL
OPTIONAL_UNGREEDY
RIGHT_BOUNDARY
RIGHT_NON_BOUNDARY
SENSITIVE
SINGLE_LINE