An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
cargo add regex
[dependencies]
regex = "1.12.4"
| 官网 | https://github.com/rust-lang/regex |
|---|---|
| 仓库 | https://github.com/rust-lang/regex |
| 文档 | https://docs.rs/regex |
| 最新版本 | 1.12.4 |
| 分类 | text-processing |