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

DataType
mixed
Required
false
Description
Value to be returned if the condition if met.

else

DataType
mixed
Required
false
Description
Value to be returned if the condition if not met.

string

DataType
string
Required
false
Description
String to check

fullString

DataType
string
Required
false
Description
Need