ez.no / exponential / documentation / reference / template operators / strings / prepend
$input_string|prepend( sequence )
| Name | Type | Description | Required |
|---|---|---|---|
| sequence | string | String to prepend. | yes |
input string prepended with sequence.
Adds the parameter value at the start of the input string.
{"Weaver"|prepend( "Sigourney ")}
returns the string "Sigourney Weaver".
Comments