prepend-space
text →
prepend-space() → text
Returns the argument value preceeded by a space character. If the argument is null, it returns the text specified as the parameter.
Parameters
This function has no parameters.
Examples
"Hello World" | prepend-space → " Hello World"
Kind: Function
Scope: text/concatenation
Aliases: text-to-prepend-space