DValidate (d_validate v1.1.0)

A module for validating input fields in Elixir applications.

Summary

Functions

Link to this function

validate_format(value, regex)

See DValidate.ValidateFormat.call/2.

Link to this function

validate_length(field_name, value, opts)

See DValidate.ValidateLength.call/3.

Link to this function

validate_presence(value, field_name)

See DValidate.ValidatePresence.call/2.

Link to this function

validate_type(value, type)

See DValidate.ValidateType.call/2.