Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4a0e2f commit f0b3b85Copy full SHA for f0b3b85
reference/constraints/Email.rst
@@ -91,11 +91,13 @@ Options
91
-------
92
93
strict
94
-~~~~~~~
+~~~~~~
95
+.. versionadded:: 2.5
96
+ The ``strict`` option was introduced in Symfony 2.5.
97
98
**type**: ``boolean`` **default**: ``false``
99
-Will validate the email against a simple RegularExpression.
100
+When false, the email will be validated against a simple RegularExpression.
101
If true, then the `EmailValidator <https://packagist.org/packages/egulias/email-validator>`_ library
102
is required to perform an RFC compilant validation.
103
0 commit comments