We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea5669e commit f51fb5dCopy full SHA for f51fb5d
1 file changed
user_guide_src/source/libraries/validation.rst
@@ -780,8 +780,8 @@ greater_than_equal_to Yes Fails if field is less than the parameter
780
hex No Fails if field contains anything other than
781
hexadecimal characters.
782
if_exist No If this rule is present, validation will
783
- only return possible errors if the field key
784
- exists, regardless of its value.
+ check the field only when the field key
+ exists in the data to validate.
785
in_list Yes Fails if field is not within a predetermined ``in_list[red,blue,green]``
786
list.
787
integer No Fails if field contains anything other than
0 commit comments