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