Last updated 16 days ago
Was this helpful?
Determine whether the given hostname supports IPv6.
IsIPv6(hostname=[string])
hostname
string
false
isIPV6( "127.0.0.1" );
Result: false
ip = "FE80:CD00:0000:0CDE:1257:0000:211E:729C"; writeOutput( isIPv6( ip ) );