Registry / utility / grep-regex

grep-regex

JSON →
library0.1.14rscratesunverified

Integrates Rust's regex library with the grep crate for pattern matching in text search.

# Cargo.toml [dependencies] grep-regex = "0.1.14"
INSTALL
IMPORT
SIG · GREP-REGEX
G
grep-regex
utilityrustv0.1.14
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RegexMatcher
use grep_regex::RegexMatcher;

Create a regex matcher for the pattern 'foo'.

use grep_regex::RegexMatcher; fn main() -> Result<(), Box<dyn std::error::Error>> { let matcher = RegexMatcher::new(r"foo")?; println!("Matcher created"); Ok(()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.14latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
grep-regex — cargo add grep-regex · libregistry