text →
empty-to-null() → text
Returns the argument value except if this value is empty then it returns null.
Parameters
This function has no parameters.
Examples
"Hello World" | empty-to-null → "Hello World"
Kind: Function
Scope: text/normalization
Aliases: None