Natural sorting: Difference between revisions

Content deleted Content added
Added Elixir
Dmitry (talk | contribs)
m →‎{{header|D}}: fix of method name
Line 411: Line 411:
.tr(whitespace, " ", "s")
.tr(whitespace, " ", "s")
.toLower
.toLower
.groupBy!isDigit
.chunkBy!isDigit
.map!(p => Part(p.text))
.map!(p => Part(p.text))
.array;
.array;