[ create a new paste ] login | about

Link: http://codepad.org/Hr0KbiUb    [ raw code | output | fork ]

Perl, pasted on Sep 12:
1
my($text) = "cat";$text =~ m/[hc]?at/;print $1 . "\n";


Output:
1



Create a new paste based on this one


Comments: