EndsWith
EndsWith(end_value: Union[str, List[Any], Tuple[Any]])
This validator is similar to Contains(), but validates
only if the value is at the end of the input.
For strings:
For arrays:
Message template for this validator includes {end_value}.
Categorization
- Arrays
- Strings
Changelog
| Version | Description |
|---|---|
| 1.0.0 | Created |
See also: