Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
GerbenAaltink committed Sep 28, 2024
1 parent e1cb6a8 commit 6139efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Summary
This is a KISS/YAGNI regex validator.
Supports 95% of commonly used regex syntax.
It is faster in matching than the original C `reg_exec`. Also including compilation (`reg_comp`).
It is faster in matching than the original C `reg_exec`. Also excluding compilation (`reg_comp`).
Original concept is from Rob Pike and mentioned in the book "Beautiful Code" written by Andy Oram and Greg Wilson.

## Supported functions
Expand Down

0 comments on commit 6139efa

Please sign in to comment.