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

4 lines
165 B
Text

dquote strip ' apples, pears # and bananas' NB. quote result to show stripped whitespace
"apples, pears"
strip ' apples, pears ; and bananas'
apples, pears