Skip to content

Instantly share code, notes, and snippets.

@watzon

watzon/test.peg Secret

Created March 27, 2020 04:58
Show Gist options
  • Save watzon/4adfb3c63c5285ca8b29b4d6cb704af7 to your computer and use it in GitHub Desktop.
Save watzon/4adfb3c63c5285ca8b29b4d6cb704af7 to your computer and use it in GitHub Desktop.
letter <- [a-z]
upper_letter <- [A-Z]
digit <- [0-9]
hex_digit <- [a-fA-F0-9]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment