concat

Description

Append strings passed in args to the input.

Syntax

{{ <string> | concat: <array of strings> }}

Example

{{ 'hello' | concat: 'world', 'yeah' }}

displays

helloworldyeah
© 2024 LocomotiveCMS Terms of use Privacy Policy
Back to top