Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 207 Bytes

Regex.md

File metadata and controls

11 lines (7 loc) · 207 Bytes

Regex

  • v::regex(string $regex)

Evaluates a regex on the input and validates if matches

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

Message template for this validator includes {{regex}}