Skip to content

MarketFlow/yii2-regex-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yii2-regex-validator

Validate regular expressions with Yii2

This validator validates if a given regular expression is a valid regular expression. It does this by trying to match a subject and catching any exceptions.

It does not (yet) support client side validation since Javascript and PHP have different RE syntaxes.