Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

normalize-space


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.

Syntax

normalize-space( [string] )

Arguments

string (optional)
The string to be normalized. If omitted, string used will be the same as the context node converted to a string.

Returns

The normalized string.

Defined

XPath 1.0 4.2

Gecko support

Supported.

Document Tags and Contributors

 Contributors to this page: Sheppy, Mgjbot, Shoot, Fredchat, Ptak82, Jonnyq
 Last updated by: Sheppy,