Closed menixator closed 9 years ago
['1', '02', '3'].sort(naturalSort)
Yields:
["02", "1", "3"]
fixed with acc7f9c
Yields: