We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca8e202 commit 3b08edbCopy full SHA for 3b08edb
1 file changed
user_guide_src/source/libraries/validation.rst
@@ -976,7 +976,7 @@ not_in_list Yes Fails if field is within a predetermined
976
numeric No Fails if field contains anything other than
977
numeric characters.
978
permit_empty No Allows the field to receive an empty array,
979
- empty string, null or false. When true,
+ empty string, null or false. On success, it
980
skips all other validation rules except for
981
required_with and required_without.
982
regex_match Yes Fails if field does not match the regular ``regex_match[/regex/]``
0 commit comments