5.0.0 • Published 4 years ago

form-field-isvalid v5.0.0

Weekly downloads
3
License
NA
Repository
-
Last release
4 years ago

validate form fields using regular expressions

isInitcap - every word/s first char should be in uppercase & maximum one space can be allowed within words Example - let validator = require("form-field-isvalid"); validator.isInitcap("Hey, How Are You?") - true validator.isInitcap("Hey, how Are You?") - false

5.0.0

4 years ago

4.2.0

4 years ago

4.1.0

4 years ago

4.0.0

4 years ago

3.0.0

4 years ago

2.0.0

4 years ago

1.0.0

4 years ago