Email validation using regular expression in PHP

后端 未结 11 1519
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-11-30 01:38

I am pretty much new with regular expression. I am developing a project in PHP and i need to validate email address. After searching in this site and google i found the fol

11条回答
  •  既然无缘
    2020-11-30 02:22

    it looks like you don't really need that bigger code to just validate a email.

    
    

    Try this one and let me know

提交回复
热议问题