Ecto Commons v0.1.0 API Reference

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.

This validator is used to validate emails.

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

Valide 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.