String normalize()
Widely Available (since 2019-03-20)
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.
Browser support
- 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
MDN documentation
Specifications
- ECMAScript® 2027 Language Specification (#sec-string-objects), from TC39 (Ecma International).
View as JSON | Edit this feature | Report an issue | Web-features entry: source, dist