marketflow / yii2-regex-validator
Yii2 validator for validating PCRE Regular Expressions
Package info
github.com/MarketFlow/yii2-regex-validator
pkg:composer/marketflow/yii2-regex-validator
v0.0.3
2017-02-09 08:30 UTC
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2026-02-14 05:50:12 UTC
README
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.