ipv6 top-level property

RegExp ipv6
getter/setter pair

This file contains a regular expression to match ASCII characters. A regular expression that matches any string containing only ASCII characters. The pattern used by the asciiReg regular expression. The pattern matches any string that contains only characters in the range 0-127 (inclusive).

Implementation

RegExp ipv6 = RegExp(ipv6Str);