RosettaCodeData/Task/Strip-comments-from-a-string/J/strip-comments-from-a-string-3.j

5 lines
165 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
dquote strip ' apples, pears # and bananas' NB. quote result to show stripped whitespace
"apples, pears"
strip ' apples, pears ; and bananas'
apples, pears