Contains
Contains(contains_value, identical: bool = True)
Validates if the input contains some value.
For strings:
For lists:
A second parameter may be passed for comparison of strings as case-insensitive (default True).
Message template for this validator includes {contains_value}.
Categorization
- Arrays
- Strings
Changelog
| Version | Description |
|---|---|
| 1.0.0 | Created |
See also: