RosettaCodeData/Task/Strip-comments-from-a-string/Zkl/strip-comments-from-a-string-3.zkl
2017-09-25 22:28:19 +02:00

2 lines
151 B
Text

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