Awee

concat

Concat appends one or more strings to the value.

Concat appends one or more strings to the value.

Input

string

Parameters

#TypeRequired
...stringyes

Returns

string

Examples

{{ name | concat:'!' }}
{{ prefix | concat:'-' | concat:suffix }}

How is this guide?

On this page