This repository has been archived by the owner on Jul 1, 2020. It is now read-only.
Rewrote custom Regex Pattern and fixed issue #45
- Deprecated old implentation of
regex:...:regex
(though it still works) by a new and much better implementation ofpattern=
validator. - Converted all the rules from string pattern to regex pattern (when possible) defined in
validation-rules.js
. - Also fixed issue #45 on email check.