Skip to content

Add Email scalar #166

Open
Open
@clutcher

Description

@clutcher

Email validation is used almost in each application, so it could be reasonable to create an Email scalar.

But it is not so simple to define, what is a valid email. Technically there are RFC, which defines valid email, but regexp for that is massive, slow and covers cases, which people doesn't use. Here is an article about that.

Maybe there is morre sense to create an RegExpScalar and define few implementtation for email validations:

  • Basic latin letters, numbers and special symbols like (+,_...)
  • UTF-8 chars, numbers and special symbols (there are non latin domains)
  • RFC compliant validation

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions