concat
The concat
operator can be used to concatenate 2 strings
twig
{{ "apple" ~ "pear" ~ "banana" }}
{# results in: 'applepearbanana' #}
concat
The concat
operator can be used to concatenate 2 strings
{{ "apple" ~ "pear" ~ "banana" }}
{# results in: 'applepearbanana' #}