Skip to content

Instantly share code, notes, and snippets.

Created April 21, 2014 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/11147069 to your computer and use it in GitHub Desktop.
Save anonymous/11147069 to your computer and use it in GitHub Desktop.
Save(0)
EmptyBegin(0)
Split(3, 7)
OneChar(a, 0)
CharClass([(b, c)], 0)
OneChar(d, 0)
Jump(9)
OneChar(r, 0)
Split(7, 9)
Save(1)
Match
@BurntSushi
Copy link

for regex ^(?:a[bc]d|r+)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment