ipv6 property

RegExp ipv6
final

Implementation

static final RegExp ipv6 = RegExp(r'^::|^::1|^([a-fA-F\d]{1,4}::?){1,7}([a-fA-F\d]{1,4})$');