Skip to content

Instantly share code, notes, and snippets.

@rbtnn
Created May 10, 2014 15:52
Show Gist options
  • Save rbtnn/ddab3be83c2ec8f176e5 to your computer and use it in GitHub Desktop.
Save rbtnn/ddab3be83c2ec8f176e5 to your computer and use it in GitHub Desktop.
「3で割り切れる2進数を表す正規表現」※ Vim正規表現
\%(0*\%(\|1\%(00\|11\)*01\%(00\|11\)*01\|1\%(00\|11\)*01\%(00\|11\)*10\%(00\|11\)*10\|1\%(00\|11\)*01\%(00\|11\)*10\%(00\|11\)*01\%(00\|11\)*01\|1\%(00\|11\)*10\|01\%(00\|11\)*01\%(00\|11\)*01\|01\%(00\|11\)*01\%(00\|11\)*10\%(00\|11\)*10\|01\%(00\|11\)*01\%(00\|11\)*10\%(00\|11\)*01\%(00\|11\)*01\|01\%(00\|11\)*10\|10\%(00\|11\)*01\|10\%(00\|11\)*10\%(00\|11\)*01\%(00\|11\)*01\|10\%(00\|11\)*10\%(00\|11\)*10\|11\)\)\+$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment