urlRegex property

RegExp urlRegex
getter/setter pair

Implementation

static RegExp urlRegex = RegExp(r'(http|https)://[\w-]+(\.[\w-]+)+([\w.,@?^=%&:/~+#-]*[\w@?^=%&/~+#-])?');