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