Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 257 Bytes

File metadata and controls

13 lines (9 loc) · 257 Bytes

cape-validate v1.0.3

Some simple validation functions.

  • fieldValidation(validators)(value) - validators must be an array. Returns an error message string or undefined.

Validator Helpers

  • firstChar
  • length
  • minLength
  • maxLength
  • numString