Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
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
何か案が ?
問題は、電子メールの値を決して割り当てないことでした uu ありがとう !