prefix-space-if-missing
text →
prefix-space-if-missing() → text
Prefixes the argument with a space character unless it already starts with one. Preserves null.
Parameters
This function has no parameters.
Examples
"Hello World" | prefix-space-if-missing → " Hello World"
" Hello World" | prefix-space-if-missing → " Hello World"
Kind: Function
Scope: text/concatenation
Aliases: text-to-prefix-space-if-missing