regexIpAddress property

String regexIpAddress
getter/setter pair

ip地址

Implementation

static String regexIpAddress = r"(\.((2(5[0-5]|[0-4]\d))|[0-1]?\d{1,2})){3}";