class RegexValidator extendsConstraintValidator

Validates whether a value match or not given regexp pattern.

Methods

void
validate(mixed$value,Constraint$constraint)

No description

Details

void validate(mixed$value,Constraint$constraint)

Parameters

mixed $value
Constraint $constraint

Return Value

void