
String.prototype.normalize () - JavaScript - MDN
Jul 10, 2025 · The normalize() method of String values returns the Unicode Normalization Form of this string.
Node: normalize () method - Web APIs | MDN - MDN Web Docs
Jul 19, 2024 · The normalize() method of the Node interface puts the specified node and all of its sub-tree into a normalized form. In a normalized sub-tree, no text nodes in the sub-tree are empty and …
String.prototype.normalize () - JavaScript | MDN - MDN Web Docs
normalize() は String 値のメソッドで、この文字列の Unicode 正規化形式を返します。
String.prototype.normalize () - JavaScript - MDN
El método normalize() retorna la Forma de Normalización Unicode de la cadena dada (si el valor no es una cadena, primero será convertido a ese tipo).
String.prototype.normalize () - JavaScript - MDN
La méthode normalize() permet de renvoyer la forme normalisée Unicode d'une chaîne de caractères.
String.prototype.normalize () - JavaScript - MDN
Die normalize()-Methode von String-Werten gibt die Unicode-Normalisierungsform dieses Strings zurück.
normalize-space - XPath - MDN
Jun 10, 2025 · The normalize-space function strips leading and trailing white-space from a string, replaces sequences of whitespace characters by a single space, and returns the resulting string.
String.prototype.normalize () - JavaScript - MDN
O método normalize() retorna a Forma de Normalização Unicode (Unicode Normalization Form) de uma dada string (se o valor não é uma string, ele será convertido para uma primeiramente).
String - JavaScript | MDN
May 22, 2026 · String primitives and string objects share many behaviors, but have other important differences and caveats. See "String primitives and String objects" below. String literals can be …
String.prototype.normalize () - JavaScript - MDN
String 的 normalize() 方法返回该字符串的 Unicode 标准化形式。