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: over 3 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 537
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 100
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 Adds alphabetical sorting to UTF8 strings by comparing variants of characters at the same level 68
sindresorhus/hash-object A library that generates a unique digital fingerprint of an object 134
dsmatter/swiftsortutils A collection of utility functions and extensions for sorting in Swift 61
sindresorhus/p-filter Tool for filtering and concurrent execution of promises with an adjustable concurrency level 72
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 341
sindresorhus/splice-string A utility function to remove or replace parts of a string 23