Validate email pattern with regex

前端 未结 0 915
自闭症患者
自闭症患者 2021-01-20 07:20

I googled a lot and the best and shortest answer that is:

^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\\.[a-zA-Z0-9-.]+$

it makes validation until

相关标签:
回答
  • 消灭零回复
提交回复
热议问题