Web features explorer

String normalize()

Widely available
Tags: javascript Groups: JavaScript > Primitive types > Strings

The normalize() method of strings returns a Unicode normal form of a string as a new string. More than one code point sequence can represent the same characters. You can use the normalize() method to find canonically or compatibly equivalent strings. To learn more, see String.prototype.normalize() at MDN.

Compatibility

Specifications