Packages

A bug-for-bug compatible port of PHP's filter_var($email, FILTER_VALIDATE_EMAIL). Returns the exact same true/false verdict as PHP, verified by differential tests against real PHP across a version matrix.

Current section

Files

Jump to
Raw

.formatter.exs

# Used by "mix format"
[
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
line_length: 98
]