diff --git a/source/Ox/js/Array.js b/source/Ox/js/Array.js index 2eb35de2..d3a3c86a 100644 --- a/source/Ox/js/Array.js +++ b/source/Ox/js/Array.js @@ -598,7 +598,7 @@ Ox.range = function() { var getSortValue = Ox.cache(function getSortValue(value) { var sortValue = value; function trim(value) { - return value.replace(/^\W+/, ''); + return value.replace(/^\W+(?=\w)/, ''); } if ( Ox.isEmpty(value)