We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41d389f commit ca2a524Copy full SHA for ca2a524
1 file changed
user_guide_src/source/libraries/validation.rst
@@ -978,7 +978,7 @@ numeric No Fails if field contains anything other than
978
permit_empty No Allows the field to receive an empty array,
979
empty string, null or false. Skips all other
980
validation rules except for required_with and
981
- required_without
+ required_without.
982
regex_match Yes Fails if field does not match the regular ``regex_match[/regex/]``
983
expression.
984
required No Fails if the field is an empty array, empty
0 commit comments