Overview
Validating user inputs in interface are made easy with this plug-in. Simply use our functions with the "validations" tag in each input.For example:
Key Features & Functionality
By using this plug-in you can validate number, text, date, mobile number and email inputs.Below is the list of functions with examples:
isvalidemailaddress(email): The function is used to validate Email 1.isvalidemailaddress("john.doe@gmail.com")-> "" 2.isvalidemailaddress("john.doe@gmail")-> "Email Address is Invalid"