ez.no / exponential / documentation / reference / template operators / strings / chr
input_array|chr()
string of desired characters.
This operator creates and returns a sequence/string of desired characters. The characters are specified by their ASCII/Unicode values and inputted as an array of integers to the operator.
{array( 97, 98, 99 )|chr}
returns the string "abc".
Comments