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

2 lines
151 B
Text

String(">", strip(" apples, pears # and bananas","#"), "<").println();
String(">", stripper(" apples, pears ; and # bananas","#",";"), "<").println();