whitespaces-to-null
text →
whitespaces-to-null() → text
Returns the argument value except if this value only contains white-space characters then it returns null.
Parameters
This function has no parameters.
Examples
"Hello World" | whitespaces-to-null → "Hello World"
Kind: Function
Scope: text/normalization
Aliases: blank-to-null