RosettaCodeData/Task/Natural-sorting/PicoLisp/natural-sorting-2.l
2023-07-01 13:44:08 -04:00

2 lines
79 B
Common Lisp

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