String normalize()
Widely available
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
- Chrome 34 Released on 2014-04-08
- Chrome Android 34 Released on 2014-04-02
- Edge 12 Released on 2015-07-29
- Firefox 31 Released on 2014-07-22
- Firefox for Android 31 Released on 2014-07-22
- Safari 10 Released on 2016-09-20
- Safari on iOS 10 Released on 2016-09-13
Specifications
- ECMAScript Language Specification (#sec-string-objects), from TC39 (Ecma International).