ViewHelper Documentation
v:condition.string.contains
Condition: String contains substring
Condition ViewHelper which renders the then
child if provided
string $haystack contains provided string $needle.
Arguments
then anySimpleType
Value to be returned if the condition if met.
else anySimpleType
Value to be returned if the condition if not met.
haystack string
needle anySimpleType