prepend
Adds the specified string to the beginning of another string
Input
-
{{ 'world' | prepend: 'Hello ' }}
Output
-
Hello world
Adds the specified string to the beginning of another string
{{ 'world' | prepend: 'Hello ' }}
Hello world