2 lines
192 B
Text
2 lines
192 B
Text
> use StringTools in map( Trim@Take, [ "\t\t apples, pears \t# and bananas", " apples, pears ; and bananas \t" ], "#;" ) end;
|
|
["apples, pears", "apples, pears"]
|