Class IpAddress

extends Object

Class summary


constructor raw/any

Constructors

constructor raw/any

Statics

is-valid str/string --accept-ipv4/bool=true --accept-ipv6/bool=false -> bool
Checks a string to detect if it is a parseable IP address.
IPv4 addresses are checked for decimal dot notation, eg. 192.168.0.1
IPv6 addresses are checked for hexadecimal colon notation, eg. 2001:db8::1234:5678

parse ip/any -> IpAddress

Methods

hash-code -> any

operator == other/any -> bool

stringify -> any

Fields

raw / any