RosettaCodeData/Task/Strip-comments-from-a-string/Perl-6/strip-comments-from-a-string.pl6

2 lines
54 B
Raku
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
$*IN.slurp.subst(/ \h* <[ # ; ]> \N* /, '', :g).print