Ecto Commons v0.1.0 API Reference
Modules
EctoCommons
contains common validators and formatters,
mainly to be used with Ecto.Changeset
s
This module provides validators for DateTime
s.
This module provides validators for Date
s.
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 Time
s.
This validator is used to validate URLs.