append

Concatenates two strings and returns the concatenated value. Can be used with variables

Input
  • {{ 'Hello' | append: ' world' }}
Output
  • Hello world