isIPV6

Checks if given IP is of IPV6 format

isIPV6(value) → returns boolean

Argument Reference

value string
Required

IP address to check

Examples
Sample code invoking the isIPV6 function

isIPV6("127.0.0.1");

Expected Result: true

Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.

Fork me on GitHub