docs.rs/regex/*
Preview meta tags from the docs.rs website.
Linked Hostnames
11- 33 links todocs.rs
- 7 links tocrates.io
- 7 links todoc.rust-lang.org
- 6 links towww.unicode.org
- 3 links toen.wikipedia.org
- 2 links togithub.com
- 2 links tospdx.org
- 1 link toandroid.googlesource.com
General Meta Tags
6- titleregex - Rust
- charsetutf-8
- viewportwidth=device-width, initial-scale=1.0
- generatorrustdoc
- descriptionThis 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- https://android.googlesource.com/platform/external/oss-fuzz/+/refs/tags/android-t-preview-1/projects/rust-regex
- https://crates.io/crates/lazy_static
- https://crates.io/crates/once_cell
- https://crates.io/crates/regex
- https://crates.io/teams/github:rust-lang-nursery:regex-owners