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.
condition boolean
Condition expression conforming to Fluid boolean rules
string string
string to check
fullString string
need