alpha-sort

Array sorter

A utility function for sorting arrays of strings in various natural and case-insensitive orders

Alphabetically sort an array of strings

GitHub

39 stars
9 watching
7 forks
Language: JavaScript
last commit: almost 4 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
sindresorhus/filled-array Creates an array of specified length filled with a given value or function returning values 43
sindresorhus/matcher A utility for simple string matching with wildcard patterns 539
mattreecebentley/plf_indiesort A sorting algorithm that optimizes performance on non-random access containers and large data types 19
sindresorhus/p-any A utility function to wait for any of multiple promises to be fulfilled with cancellation support. 55
sindresorhus/filter-obj Filters keys and values in an object based on specified conditions 102
dancouper/natural_sort A sorting function for natural ordering of strings containing numbers 14
yourbasic/radix A fast string sorting algorithm implemented in Go. 192
grosser/sort_alphabetical An extension to Ruby's Enumerable module for sorting UTF8 strings alphabetically while considering variant characters and non-ASCII characters with ligatures. 68
sindresorhus/hash-object A library that generates a unique digital fingerprint of an object 134
dsmatter/swiftsortutils A collection of reusable sorting utilities in Swift 61
sindresorhus/p-filter Tool for filtering and concurrent execution of promises with an adjustable concurrency level 75
sindresorhus/any-observable Supports any Observable library and provides polyfills 70
sindresorhus/into-stream Converts various input types into readable streams. 207
sindresorhus/get-stream A utility library for working with streams in JavaScript 342
sindresorhus/splice-string A utility function to remove or replace parts of a string 23