Skip to content

Instantly share code, notes, and snippets.

@zph
Created May 5, 2014 10:28
Show Gist options
  • Select an option

  • Save zph/11533370 to your computer and use it in GitHub Desktop.

Select an option

Save zph/11533370 to your computer and use it in GitHub Desktop.
%r{^
(?<top_or_bottom>t|b)? # top or bottom info
(?<tb_number>\d)? # tb single digit
(?<dice>\[.*\]) # anything surrounded by []
(?<explode>\*)?\=? # conditional literal asterisk and =
(?<target>.*)?$
}x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment