Docs.rs
  • regex-1.10.4
    • regex 1.10.4
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • BurntSushi
    • alexcrichton
    • github:rust-lang-nursery:regex-owners
    • github:rust-lang:libs
    • Dependencies
      • aho-corasick ^1.0.0 normal optional
      • memchr ^2.6.0 normal optional
      • regex-automata ^0.4.4 normal
      • regex-syntax ^0.8.2 normal
      • anyhow ^1.0.69 dev
      • doc-comment ^0.3 dev
      • env_logger ^0.9.3 dev
      • once_cell ^1.17.1 dev
      • quickcheck ^1.0.3 dev
      • regex-test ^0.1.0 dev
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • 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

regex1.10.4

  • Structs
  • Enums
  • Traits
  • Functions
?
Change settings

List of all items

Structs

  • CaptureLocations
  • CaptureMatches
  • CaptureNames
  • Captures
  • Match
  • Matches
  • NoExpand
  • Regex
  • RegexBuilder
  • RegexSet
  • RegexSetBuilder
  • ReplacerRef
  • SetMatches
  • SetMatchesIntoIter
  • SetMatchesIter
  • Split
  • SplitN
  • SubCaptureMatches
  • bytes::CaptureLocations
  • bytes::CaptureMatches
  • bytes::CaptureNames
  • bytes::Captures
  • bytes::Match
  • bytes::Matches
  • bytes::NoExpand
  • bytes::Regex
  • bytes::RegexBuilder
  • bytes::RegexSet
  • bytes::RegexSetBuilder
  • bytes::ReplacerRef
  • bytes::SetMatches
  • bytes::SetMatchesIntoIter
  • bytes::SetMatchesIter
  • bytes::Split
  • bytes::SplitN
  • bytes::SubCaptureMatches

Enums

  • Error

Traits

  • Replacer
  • bytes::Replacer

Functions

  • escape