Removes leading and trailing white space characters from the given string and also replaces consecutive white space characters with a single space character.
normalize-space(string?)
Zero or one string to normalize.
String.