prepend

Adds the specified string to the beginning of another string

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