Skip to content
This repository was archived by the owner on Oct 20, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 190 Bytes

regex-val.md

File metadata and controls

15 lines (10 loc) · 190 Bytes

Regex Val

Validates whether the value of input is regex.

Valid values:

validator.regexVal().validate('[a-z]');

Invalid values:

validator.regexVal().validate('*');