Package

ViewHelpers

ViewHelper Documentation

v:condition.string.isUppercase

Condition: String is lowercase

Condition ViewHelper which renders the then child if provided string is uppercase. 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

ViewHelper Resources

Schema Resources