View Source API Reference Ecto Commons v0.3.6

Modules

EctoCommons contains common validators and formatters, mainly to be used with Ecto.Changesets

This module provides validators for DateTimes.

This module provides validators for Dates.

Validates emails.

Contains helpers related to Ecto.

This ecto validator checks the provided value is valid using the Luhn algorithm. This is useful for credit cards and other common administrative values.

Validate a phone number.

Validate the postal code within a country context.

This ecto validator checks the provided value is a valid social security number for a given country

This module provides validation for String / Text values

This module provides validators for Times.

This validator is used to validate URLs.