An open API service indexing awesome lists of open source software.

https://github.com/murphsicles/regex

Regular expressions for Zeta
https://github.com/murphsicles/regex

Last synced: 22 days ago
JSON representation

Regular expressions for Zeta

Awesome Lists containing this project

README

          

# @stdlib/regex — Regular Expressions for Zeta

Auto-converted from [regex](https://crates.io/crates/regex) v1.12.3 via [Dark Factory](https://github.com/murphsicles/dark-factory).

## Components
- **regex** (1.12.3): `Regex::new()`, `is_match`, `find`, `captures`, `replace`, `split`
- **regex-automata** (0.4.14): DFA, NFA engines, hybrid automata
- **regex-syntax** (0.8.10): Parser, AST, HIR, unicode tables, pretty-print

## Stats
- 218 source files, ~69,123 lines of Zeta total
- 0 unsupported items across all 3 crates