Validators - RingCentral-Pro-Services/psi-validator.js GitHub Wiki
Emails
This validator will check for good formation of an email, that the email contains only specific characters, and the the top level domain is valid.
Number
Simple checks if a value is a number.
Password
Upper case, lower case, number, special character, minimum/maximum length. No repeating characters (111, aaa) or ascending/descending characters (123, 321, abc, cba)
Pin
Numbers only, min/max length, no repeating characters (000,111) or ascending/descending (123,321).
Limited Extension Contact
// TODO: Describe gotchas
Limited Extension
// TODO: Describe gotchas
URLs
Check for http/https, TLDs, and valid characters