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
- Host: GitHub
- URL: https://github.com/murphsicles/regex
- Owner: murphsicles
- Created: 2026-05-15T20:03:30.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-05-17T15:14:34.000Z (2 months ago)
- Last Synced: 2026-05-17T17:37:27.228Z (2 months ago)
- Homepage:
- Size: 536 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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