1

我尝试使用 Propel 匹配验证器。在本例中为电子邮件字符串。我使用 Propel Docs 中的示例:

/^([a-zA-Z0-9])+([\.a-zA-Z0-9_-])*@([a-zA-Z0-9])+(\.[a-zA-Z0-9_-]+)+$/

但是,这个正则表达式总是失败。例如:pepe@mail.com、ramiro@gmail.com、messi.10@barsa.ca、js_veron@hotmail.com.ar

任何想法 ?

4

1 回答 1

0

问题是永远不要分配电子邮件值,谢谢!

于 2012-12-23T22:00:06.720 回答