RosettaCodeData/Task/Strip-comments-from-a-string/Raku/strip-comments-from-a-string.raku
2023-07-01 13:44:08 -04:00

1 line
54 B
Raku

$*IN.slurp.subst(/ \h* <[ # ; ]> \N* /, '', :g).print