hermanverschooten / ip / IP

This library allows you to validate a IP address.

Validation

validate : String -> Basics.Bool

Check to see if the given IP Address is valid.

validate "192.168.0.1" == True

validate "320.16.1.1" == False