ez.no / exponential / documentation / reference / template operators / strings / downcase
$input_string|downcase()
string with non-capital characters.
This operator takes a string as input and returns it with all its alphabetical characters converted to lowercase.
{"My StriNG Is CoOl!"|downcase}
returns the string "my string is cool!".
Comments