The Intl.Collator object is a constructor for collators, objects enable language sensitive string comparison.
The Intl.Collator object is a constructor for collators, objects enable language sensitive string comparison.
(compare this string1 string2)
Method.
The Intl.Collator.prototype.compare() method compares two strings
to the sort order of this js.Collator
object.
collator.compare(string1, string2)
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Collator/compare
Method. The Intl.Collator.prototype.compare() method compares two strings to the sort order of this `js.Collator` object. `collator.compare(string1, string2)` See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Collator/compare`
(prototype this)
Property.
The Intl.Collator.prototype property represents the prototype
for the Intl.Collator
constructor.
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Collator/prototype
Property. The Intl.Collator.prototype property represents the prototype for the `Intl.Collator` constructor. See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Collator/prototype`
(resolved-options this)
Method.
The Intl.Collator.prototype.resolvedOptions() method returns
new object with properties reflecting the locale and collation
computed during initialization of this js.Collator
object.
collator.resolvedOptions()
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Collator/resolvedOptions
Method. The Intl.Collator.prototype.resolvedOptions() method returns new object with properties reflecting the locale and collation computed during initialization of this `js.Collator` object. `collator.resolvedOptions()` See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Collator/resolvedOptions`
(set-prototype! this val)
Property.
The Intl.Collator.prototype property represents the prototype
for the Intl.Collator
constructor.
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Collator/prototype
Property. The Intl.Collator.prototype property represents the prototype for the `Intl.Collator` constructor. See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Collator/prototype`
(supported-locales-of this & args)
Method.
The Intl.Collator.supportedLocalesOf() method returns an array those of the provided locales that are supported in collation having to fall back to the runtime's default locale.
Intl.Collator.supportedLocalesOf(locales[, options])
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Collator/supportedLocalesOf
Method. The Intl.Collator.supportedLocalesOf() method returns an array those of the provided locales that are supported in collation having to fall back to the runtime's default locale. `Intl.Collator.supportedLocalesOf(locales[, options])` See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Collator/supportedLocalesOf`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close