RosettaCodeData/Task/Natural-sorting/PicoLisp/natural-sorting-2.l
2015-02-20 09:02:09 -05:00

2 lines
79 B
Common Lisp

: (parseNatural " ^MThe abc123Defß ^I Ghi ")
-> ("abc" 123 "defss" " " "ghi")