Skip to content

Commit

Permalink
Regex.make library name updated to regex
Browse files Browse the repository at this point in the history
  • Loading branch information
slevithan committed Jun 7, 2024
1 parent d91db80 commit 778c66a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,12 +275,12 @@ Many regexes found online are low quality. It's risky to use regexes you don't f

### Alternative regex builders and engines

- [Regex.make](https://github.com/slevithan/regex-make) - A template tag with context-aware interpolation and advanced features.
- [XRegExp](https://github.com/slevithan/xregexp) \[[*home*](https://xregexp.com/)] - Extended regex syntax, flags, and utils.
- [regex](https://github.com/slevithan/regex-make) - A template tag with best practices built-in and advanced features.
- [XRegExp](https://github.com/slevithan/xregexp) \[[*home*](https://xregexp.com/)] - Extended regex syntax, flags, and utils; useful for backcompat.
- [incr-regex-package](https://github.com/nurulc/incr-regex-package) - Partial/incremental matching, used by [react-rxinput](https://github.com/nurulc/react-rxinput) for input validation with a regex mask.
- [@iter-tools/regex](https://github.com/iter-tools/regex) - Non-backtracking engine for streaming evaluation.

### Readable regex composers
### Abstracted regex syntax

- [Rexx](https://github.com/yyytcool/rexx) - A template tag that uses structured syntax with variables and comments.
- [Melody](https://github.com/yoav-lavi/melody) \[[*docs*](https://yoav-lavi.github.io/melody/book/)] - A language that compiles to regexes.
Expand Down

0 comments on commit 778c66a

Please sign in to comment.