Created
April 11, 2014 10:12
-
-
Save mutsune/10455742 to your computer and use it in GitHub Desktop.
(?^:[hm]oge)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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