Form Validation
Form Behavior use the OWASP Validation Regex Repository as reference to validate user input. It has 7 types of input / string validations:
URL
IPV4
Email
Safe text
US Date
Credit Card
Password
Form Validation is a static class that is used internally in Form Behavior component but you can use to validate any string in your code.
Last updated