Testing with And and Or for Length

Use the length function to test a string's length:

<t:if test="length(property_name) == 3">
The value is exactly 3 letters or numbers long.
</t:if>