Package

ViewHelpers

ViewHelper Documentation

v:variable.pregMatch

PregMatch regular expression ViewHelper

Implementation of `preg_match' for Fluid.

Arguments

as string

Template variable name to assign; if not specified the ViewHelper returns the variable instead.

pattern anySimpleType

Regex pattern to match against

subject anySimpleType

String to match with the regex pattern

global boolean

Match global

ViewHelper Resources

Schema Resources