About 53 results
Open links in new tab
  1. String.prototype.normalize () - JavaScript - MDN

    Jul 10, 2025 · The normalize() method of String values returns the Unicode Normalization Form of this string.

  2. 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 …

  3. String.prototype.normalize () - JavaScript | MDN - MDN Web Docs

    normalize() は String 値のメソッドで、この文字列の Unicode 正規化形式を返します。

  4. 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).

  5. String.prototype.normalize () - JavaScript - MDN

    La méthode normalize() permet de renvoyer la forme normalisée Unicode d'une chaîne de caractères.

  6. String.prototype.normalize () - JavaScript - MDN

    Die normalize()-Methode von String-Werten gibt die Unicode-Normalisierungsform dieses Strings zurück.

  7. 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.

  8. 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).

  9. 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 …

  10. String.prototype.normalize () - JavaScript - MDN

    String 的 normalize() 方法返回该字符串的 Unicode 标准化形式。