ViewHelper Documentation
v:condition.string.isLowercase
Condition: String is lowercase
Condition ViewHelper which renders the then
child if provided
string is lowercase. By default only the first letter is tested.
To test the full string set $fullString to TRUE.
Arguments
then anySimpleType
Value to be returned if the condition if met.
else anySimpleType
Value to be returned if the condition if not met.
string string
fullString boolean