Skip to content

Kirby 3.5.7.1

Validations::pattern()

Validates if the field value matches defined pattern

Validations::pattern(Kirby\Form\Field $field, $value): bool

Parameters

Name Type Default
$field * Kirby\Form\Field
$value *

Return type

bool

Exceptions

Parent class

Kirby\Form\Validations