yuzumone/ipaddr

Is it possible to determine what the user's input address is?

Opened this issue · 1 comments

Thanks!
Is it possible to determine what the user's input address is?
such as IPv4, IPv6, network, interface...

Each class has a tryParse method.
If parsing fails, it returns null, allowing you to determine the result by calling tryParse in each class.