Crates.io | iregex |
lib.rs | iregex |
version | 0.1.3 |
source | src |
created_at | 2024-11-19 16:57:20.051248 |
updated_at | 2024-12-03 21:56:26.24869 |
description | Intermediate representation for Regular Expressions. |
homepage | |
repository | https://github.com/timothee-haudebourg/iregex-rs |
max_upload_size | |
id | 1453552 |
size | 46,689 |
IRegEx (or IRE) is an intermediate representation for Regular Expressions with a well-defined semantics providing a foundation for common Regular Expression dialects. It also aims at providing easy tools to inspect finite automata built from regular expressions, or manually.
If you are instead looking for a ready-to-use and feature-rich regular
expression library, please use the regex
library.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.