Validate Module
Top level API for performing validation.
Types
Type | Description |
Validation functions to perform on any type implementing the `IParam` interface. |
|
Validation functions to perform on a collection containing any type implementing the `IParam` interface. |
Functions and values
Function or value | Description |
Full Usage:
email param
Parameters:
'a
-
|
Validates wether the given Param's value is an email that matches a pre-defined regex pattern ("^[^@\s]+@[^@\s]+\.[^@\s]+$") and wether the param is annotated with the term `Investigation Person Email`
|