docs.rs/regex/*

Preview meta tags from the docs.rs website.

Linked Hostnames

11
  • General Meta Tags

    6
    • title
      regex - Rust
    • charset
      utf-8
    • viewport
      width=device-width, initial-scale=1.0
    • generator
      rustdoc
    • description
      This crate provides routines for searching strings for matches of a regular expression (aka “regex”). The regex syntax supported by this crate is similar to other regex engines, but it lacks several features that are not known how to implement efficiently. This includes, but is not limited to, look-around and backreferences. In exchange, all regex searches in this crate have worst case `O(m * n)` time complexity, where `m` is proportional to the size of the regex and `n` is proportional to the size of the string being searched.
  • Link Tags

    8
    • alternate icon
      /-/rustdoc.static/favicon-32x32-6580c154.png
    • icon
      /-/rustdoc.static/favicon-044be391.svg
    • search
      /-/static/opensearch.xml
    • stylesheet
      /-/rustdoc.static/normalize-9960930a.css
    • stylesheet
      /-/static/vendored.css?0-6-0-e18d034e-2025-07-29

Links

64