What characters are allowed in an email address?

后端 未结 17 2102
天命终不由人
天命终不由人 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:18

    I created this regex according to RFC guidelines:

    ^[\\w\\.\\!_\\%#\\$\\&\\'=\\?\\*\\+\\-\\/\\^\\`\\{\\|\\}\\~]+@(?:\\w+\\.(?:\\w+\\-?)*)+$
    

提交回复
热议问题