Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the argument string with the white space stripped.
stringnormalize-space(string)
Parameters
- string
A string.
Return Values
The argument string with the white space removed.
Remarks
White space is normalized by stripping leading and trailing white space and replacing sequences of white space characters with a single space. If the argument is omitted, the string-value of the context node is normalized and returned.
The following function call returns "abc".
normalize-space(" abc ")
If an argument is not of type string, it is first converted to a string and then evaluated.
Requirements
None.
See Also
Send Feedback on this topic to the authors