Welcome to Dilo’s documentation!
Dilo (/daɪˌloʊ/ dy-LOH) is a validation library for deno. The name is short for “Dilophosaurus”. It is essentially a port of laravel’s validation library.
Note
This project is under active development.
Contents
- Getting Started
- Initial Rules
- Basic Types
- Acceptance Rules
- Size Rule
- Compare Rules
- contains:foo,bar,…
- digits:value
- digits_between:min,max
- starts_with:foo,bar,…
- doesnt_start_with:foo,bar,…
- ends_with:foo,bar,…
- doesnt_end_with:foo,bar,…
- filled
- gt:fieldOrValue
- gte: fieldOrValue
- in:foo,bar,…
- not_in:foo,bar,…
- lt: fieldOrValue
- lte: fieldOrValue
- lowercase
- uppercase
- url
- ulid
- uuid
- ip
- ipv4
- ipv6
- mac_address
- Field Rules