concat
Concat appends one or more strings to the value.
Concat appends one or more strings to the value.
Input
string
Parameters
| # | Type | Required |
|---|---|---|
| ... | string | yes |
Returns
string
Examples
{{ name | concat:'!' }}
{{ prefix | concat:'-' | concat:suffix }}How is this guide?