Add coregx/coregex to Regular Expressions (#6076)

This commit is contained in:
Andrey Kolkov 2026-03-01 13:23:58 +03:00 committed by GitHub
parent eec90d6967
commit f2c2f75037
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2612,6 +2612,7 @@ See also [Natural Language Processing](#natural-language-processing) and [Text A
### Regular Expressions
- [coregex](https://github.com/coregx/coregex) - Production regex engine with Rust regex-crate architecture: multi-engine DFA/NFA, SIMD prefilters, drop-in stdlib replacement.
- [genex](https://github.com/alixaxel/genex) - Count and expand Regular Expressions into all matching Strings.
- [go-wildcard](https://github.com/IGLOU-EU/go-wildcard) - Simple and lightweight wildcard pattern matching.
- [goregen](https://github.com/zach-klippenstein/goregen) - Library for generating random strings from regular expressions.