Settings

Code Theme

Theme for code blocks: OceanicNext/Github

Theme

Page theme

Toggle to hide or show Browser Details/Support

Change the color of the accent (default: purple)

Disable to stop screen reader from announcing playground output on input change

Language for page. Press Confirm to reload page with selected language

Confirm language

Intl.Collator

Input


Output


usage

{
usage: "sort"
}
=,1,a,à,ä,z,Z
{
usage: "search"
}
=,1,a,à,ä,z,Z

numeric

{
numeric: true
}
=,1,a,à,ä,z,Z
{
numeric: false
}
=,1,a,à,ä,z,Z

caseFirst

{
caseFirst: "upper"
}
=,1,a,à,ä,Z,z
{
caseFirst: "lower"
}
=,1,a,à,ä,z,Z
{
caseFirst: "false"
}
=,1,a,à,ä,z,Z

sensitivity

{
sensitivity: "base"
}
=,1,a,ä,à,Z,z
{
sensitivity: "accent"
}
=,1,a,à,ä,Z,z
{
sensitivity: "case"
}
=,1,a,ä,à,z,Z
{
sensitivity: "variant"
}
=,1,a,à,ä,z,Z

ignorePunctuation

{
ignorePunctuation: true
}
=,1,a,à,ä,z,Z
{
ignorePunctuation: false
}
=,1,a,à,ä,z,Z

localeMatcher

{
localeMatcher: "best fit"
}
=,1,a,à,ä,z,Z
{
localeMatcher: "lookup"
}
=,1,a,à,ä,z,Z