string required default (none)The text to convert to lowercase. Returned with every letter lowercased; digits, spaces, and punctuation are unchanged. On a UTF-8 install the lowercasing is Unicode-aware (accented and non-Latin letters too). This argument is not trimmed - leading and trailing whitespace is kept.
{strtolower:HELLO WORLD}
{strtolower:{replace:\s+:-:My Article Title}}
{strtolower:PRILIS ZLUTOUCKY}
[{strtolower: PADDED }]
{strtolower:CamelCase Text 123!}
{ifeq:{strtolower:EN}:en:English content:Other language}