docs: add important note

This commit is contained in:
kenjis 2024-06-30 10:18:05 +09:00
parent 0e56433deb
commit 6938f4a748
No known key found for this signature in database
GPG Key ID: BD254878922AF198

View File

@ -1031,7 +1031,8 @@ valid_url_strict Yes Fails if field does not contain a valid URL.
.. note:: You can also use any native PHP functions that return boolean and
permit at least one parameter, the field data to validate.
The Validation library **never alters the data** to validate.
.. important:: The Validation library **never alters the data** to validate.
.. _timezone_identifiers_list(): https://www.php.net/manual/en/function.timezone-identifiers-list.php
.. _strtotime(): https://www.php.net/manual/en/function.strtotime.php