respect-validation/docs/rules/Regex.md
Henrique Moody 1eb5b9d3c5
Add "Decimal" link to related rules
Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2020-10-05 12:49:42 +02:00

606 B

Regex

  • Regex(string $regex)

Validates whether the input matches a defined regular expression.

v::regex('/[a-z]/')->validate('a'); // true

Message template for this validator includes {{regex}}.

Categorization

  • Strings

Changelog

Version Description
0.3.9 Created

See also: