ez.no / exponential / documentation / reference / template operators / strings / reverse
$input_string|reverse()
reversed version of input string.
The reverse operator simply returns a reversed version of an inputted string. This is the same operator as the reverse operator listed within the arrays category.
{"Hello World"|reverse}
returns the string "dlroW olleH".
Comments