sort_alphabetical
String Sorter
An extension to Ruby's Enumerable module for sorting UTF8 strings alphabetically while considering variant characters and non-ASCII characters with ligatures.
Ruby: sort UTF8 Strings alphabetical via Enumerable extension
68 stars
6 watching
18 forks
Language: Ruby
last commit: almost 5 years ago Related projects:
Repository | Description | Stars |
---|---|---|
| A fast string sorting algorithm implemented in Go. | 192 |
| Adds sortable behaviour to Eloquent models by automatically assigning the highest order number to new records and providing a query scope for fetching records in the right order. | 1,416 |
| An acts_as_sortable alternative with optimized performance and support for multiple lists per table | 1,091 |
| A gem that suggests corrections for typos and errors in Ruby code | 1,871 |
| A utility function for sorting arrays of strings in various natural and case-insensitive orders | 39 |
| An extension to StringComparison that adds support for natural sorting of strings | 175 |
| Standalone autotest for testing Ruby applications without ZenTest | 121 |
| A sorting algorithm that optimizes performance on non-random access containers and large data types | 19 |
| An algorithm to sort strings according to natural ordering with support for hierarchical identifiers and Unicode characters | 87 |
| Exposes full text search capabilities from PostgreSQL to Ruby applications | 946 |
| Efficient text classification and representation learning library for Ruby | 204 |
| Enables Rails to use PostgreSQL's enumeration types in database columns | 167 |
| A gem that provides drag'n'drop sorting and tree views for ActiveAdmin resource indexes | 161 |
| Extensions to Ruby's String class providing utility methods and permalink solutions. | 983 |
| A sorting function for natural ordering of strings containing numbers | 14 |