RosettaCodeData/Task/Strip-comments-from-a-string/Raku/strip-comments-from-a-string.raku

2 lines
54 B
Raku
Raw Permalink Normal View History

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