Expand description
Functions with validators.
Functionsยง
- is_
at_ least_ two_ labels_ domain domain
oremail
orhost
orhttp_url
orhttp_ftp_url
- Determine whether the input domain is has at least two labels.
- is_
local_ domain domain
oremail
orhost
orhttp_url
orhttp_ftp_url
- Determine whether the input domain is localhost.
- is_
local_ ip ip
- Determine whether the input
IpAddr
is local. - is_
local_ ipv4 domain
oremail
orhost
orhttp_url
orhttp_ftp_url
orip
oripv4
oripv6
- Determine whether the input
Ipv4Addr
is local. - is_
local_ ipv6 email
orhost
orhttp_url
orhttp_ftp_url
orip
oripv6
- Determine whether the input
Ipv6Addr
is local. - parse_
ipv4_ allow_ an_ ended_ dot domain
oremail
orhost
orhttp_url
orhttp_ftp_url
orip
oripv4
oripv6
- Parse a string to
Ipv4Addr
, allowing an ended dot.