-
Notifications
You must be signed in to change notification settings - Fork 0
Regexes for fun
License
SamuelYvon/greggex
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
# Greg, the small regex engine that could Some help from - https://swtch.com/~rsc/regexp/regexp1.html - https://en.wikipedia.org/wiki/Regular_expression ## Syntax <expr> : (<group><modifier>?|<char><modifier>?|<char-group><modifier>?|<any-match><modifier>?)* <any-match> : . <group> : (<expr>(|<expr>)*) <char> : 0-9, a-z, A-Z, !@#$%&*, \<escaped char> <char-group> : [ (<range-expr> | <char>)* ] <range-expr> : a-a <escaped-char>: ,^,$,{,},(,),[,], <modifier>: *,+,{l,h},{e}
About
Regexes for fun
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published