Registry / utility / regex-syntax

regex-syntax

JSON →
library0.8.11rscratesunverified

A regular expression parser.

# Cargo.toml [dependencies] regex-syntax = "0.8.11"
INSTALL
IMPORT
SIG · REGEX-SYNTAX
R
regex-syntax
utilityrustv0.8.11
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.

Parser
✓ use regex_syntax::Parser;

Parse a regular expression into an AST

use regex_syntax::Parser; let mut parser = Parser::new(); let ast = parser.parse(r"^hello.*world$").unwrap(); println!("{:?}", ast);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.11latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
regex-syntax — cargo add regex-syntax · libregistry