prefix
text →
prefix(
prefix: text
) → text
Returns the argument value preceeded by the parameter value. If the argument is null, it returns null.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
prefix | text | Yes | The text to append |
Examples
"Hello World" | prefix("Hi ") → "Hi Hello World"
Kind: Function
Scope: text/concatenation
Aliases: text-to-prefix