RosettaCodeData/Task/Natural-sorting/PicoLisp/natural-sorting-2.l

3 lines
79 B
Text
Raw Permalink Normal View History

2015-02-20 09:02:09 -05:00
: (parseNatural " ^MThe abc123Defß ^I Ghi ")
-> ("abc" 123 "defss" " " "ghi")