-
Informática Asociada
- México, CDMX
Pinned Loading
-
form-populator
form-populator PublicHydrate API data (or any object) into forms and DOM elements.
JavaScript
-
-
javascript Natural Sort: Intl Collat...
javascript Natural Sort: Intl Collator for Natural, case insensitive and accent, diacritics, insensitive compare, sort. 1var Ordenator = new Intl.Collator(undefined, {numeric: true, sensitivity: 'base'});
2function OrdenatorTest() {
3var a = ["GÁTU", "gáTO", "gATY", "GaTZ", "G90", "G4", "G110", "Mercedes-AMG63X", "Mercedes-AMG9X"];
4console.log("Ordenator Ordenara", a);
5a.sort(function(a, b){ return Ordenator.compare(a, b) })
-
Array MultiSort & compare collator ...
Array MultiSort & compare collator with Coallition locale, case and accent insensitive, natural sort withnumeric strings or substrings consider using instead of strcasecmp, strnatcmp, <=> 1/**
2* A case and accent insensitivity, natural sorting -numeric strings and substrings collator and multi key array sort
3*/
4class Sorter {5protected Collator $collator;
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.

