posabsolute / jQuery-Validation-Engine

jQuery form validation plugin
http://www.position-absolute.com/articles/jquery-form-validator-because-form-validation-is-a-mess/
2.57k stars 1.2k forks source link

Support ipv6 in custom regex #974

Closed zuzannast closed 5 years ago

zuzannast commented 5 years ago

I'm submitting a...

Feature request

Current behavior

Currently the tool supports only ipv4.

Expected behavior

It would be good to support the latest standard as well.

dennybrandes commented 5 years ago

It is added to v3.1.0. Just add custom[ip] for validating v4/v6.