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

5 lines
167 B
Text
Raw Permalink Normal View History

2014-04-02 16:56:35 +00:00
dquote strip ' apples, pears # and bananas' NB. quote result to show stripped whitespace
"apples, pears"
strip ' apples, pears ; and bananas'
"apples, pears"