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 0e56433 commit 6938f4aCopy full SHA for 6938f4a
user_guide_src/source/libraries/validation.rst
@@ -1031,7 +1031,8 @@ valid_url_strict Yes Fails if field does not contain a valid URL.
1031
1032
.. note:: You can also use any native PHP functions that return boolean and
1033
permit at least one parameter, the field data to validate.
1034
- The Validation library **never alters the data** to validate.
+
1035
+.. important:: The Validation library **never alters the data** to validate.
1036
1037
.. _timezone_identifiers_list(): https://www.php.net/manual/en/function.timezone-identifiers-list.php
1038
.. _strtotime(): https://www.php.net/manual/en/function.strtotime.php
0 commit comments