Header menu logo arc-validate

Validate Module

Top level API for performing validation.

Types

Type Description

Param

Validation functions to perform on any type implementing the `IParam` interface.

ParamCollection

Validation functions to perform on a collection containing any type implementing the `IParam` interface.

Functions and values

Function or value Description

email param

Full Usage: email param

Parameters:
    param : '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`

param : 'a

Type something to start searching.