What characters are allowed in an email address?

后端 未结 17 2498
天命终不由人
天命终不由人 2020-11-22 00:29

I\'m not asking about full email validation.

I just want to know what are allowed characters in user-name and server parts of email address

17条回答
  •  一个人的身影
    2020-11-22 01:10

    You can start from wikipedia article:

    • Uppercase and lowercase English letters (a-z, A-Z)
    • Digits 0 to 9
    • Characters ! # $ % & ' * + - / = ? ^ _ ` { | } ~
    • Character . (dot, period, full stop) provided that it is not the first or last character, and provided also that it does not appear two or more times consecutively.

提交回复
热议问题