xref: /relibc/posix-regex/README.md (revision f4b19fb1286e1264773763d5bad20800252b1f57)
1*f4b19fb1SjD91mZM2# posix-regex [![Crates.io](https://img.shields.io/crates/v/posix-regex.svg)](https://crates.io/crates/posix-regex)
27648b78fSjD91mZM2
38f752491SjD91mZM2A library for parsing POSIX regular expressions. Only supports ASCII.  Created
48f752491SjD91mZM2for use in relibc and does not require the std.
57648b78fSjD91mZM2
6eefcccb4SjD91mZM2Currently only supports basic enhanced regex.
7