Skip to content

Instantly share code, notes, and snippets.

@mutsune
Created April 11, 2014 10:12
Show Gist options
  • Save mutsune/10455742 to your computer and use it in GitHub Desktop.
Save mutsune/10455742 to your computer and use it in GitHub Desktop.
(?^:[hm]oge)
perl -MRegexp::Assemble::Compressed -le '$r=Regexp::Assemble::Compressed->new; $r->add( "hoge" ); $r->add( "moge" ); print $r->re'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment