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