Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions user_guide_src/source/libraries/validation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -976,9 +976,9 @@ not_in_list Yes Fails if field is within a predetermined
numeric No Fails if field contains anything other than
numeric characters.
permit_empty No Allows the field to receive an empty array,
empty string, null or false. Skips all other
validation rules except for required_with and
required_without.
empty string, null or false. When true,
skips all other validation rules except for
required_with and required_without.
Comment thread
michalsn marked this conversation as resolved.
Outdated
regex_match Yes Fails if field does not match the regular ``regex_match[/regex/]``
expression.
required No Fails if the field is an empty array, empty
Expand Down