FormatRules.php
system/Validation/StrictRules/FormatRules.php
1 class
24 methods
class FormatRules
Format validation Rules.
__construct
()
alpha
($str = null)
alpha_space
($value = null)
alpha_dash
($str = null)
alpha_numeric_punct
($str)
alpha_numeric
($str = null)
alpha_numeric_space
($str = null)
string
($str = null)
decimal
($str = null)
hex
($str = null)
integer
($str = null)
is_natural
($str = null)
is_natural_no_zero
($str = null)
numeric
($str = null)
regex_match
($str, string $pattern)
timezone
($str = null)
valid_base64
($str = null)
valid_json
($str = null)
valid_email
($str = null)
valid_emails
($str = null)
valid_ip
($ip = null, ?string $which = null)
valid_url
($str = null)
valid_url_strict
($str = null, ?string $validSchemes = null)
valid_date
($str = null, ?string $format = null)