Skip to content

Commit

Permalink
updated the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaeguard committed Sep 21, 2023
1 parent dda2a2e commit 02a0f3c
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 @@ -9,7 +9,7 @@ a very simple regex engine written in go.
- [x] `^` beginning of the string
- [x] `$` end of the string
- [x] `.` any single character/wildcard
- [ ] bracket notation
- [x] bracket notation
- [x] `[ ]` bracket notation/ranges
- [x] `[^ ]` bracket negation notation
- [x] better handling of the bracket expressions: e.g., `[ab-exy12]`
Expand Down

0 comments on commit 02a0f3c

Please sign in to comment.