StartsWith
StartsWith(start_value: Any)
Validates whether the input starts with a given value.
This validator is similar to Contains, but validates only if the value is at the beginning of the input.
For strings:
For lists:
Message template for this validator includes {start_value}.
Categorization
- Arrays
- Strings
Changelog
| Version | Description |
|---|---|
| 1.0.0 | Created |
See also: