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 6139efa commit b3c4458
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
## 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 excluding compilation (`reg_comp`).
Original concept is from Rob Pike and mentioned in the book "Beautiful Code" written by Andy Oram and Greg Wilson.
- 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
Support for:
Expand Down

0 comments on commit b3c4458

Please sign in to comment.