Skip to content
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

Compare
Choose a tag to compare
@ghiscoding ghiscoding released this 16 Jul 00:03
· 126 commits to master since this release
  • Deprecated old implentation of regex:...:regex (though it still works) by a new and much better implementation of pattern= 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.