# README
Validators
Contains default validators. You can add your own validators here.
# Functions
ValidDate checks if the string is a valid date in the format YYYY-MM-DD.
ValidDateTime checks if the string is a valid date time in RFC3339 format.
ValidInt checks if the string can be parsed as an integer.
ValidURL checks if the string is a valid URL that can be parsed.
ValidUUID checks if the string is a valid UUID.