string required default (empty)The text whose byte length you want. It is taken literally and is not trimmed, so spaces and any other whitespace count. A field getter or a nested expression can supply the value; the result is always the number of bytes, not characters.
{strlen:hello}
{strlen:}
{strlen: hi }
{strlen:café}
{math:{strlen:abcd}+{strlen:xyz}}
{ifeq:{strlen:}:0:empty:has content}