urlRegex property

RegExp urlRegex
final

Implementation

static final urlRegex =
    RegExp(r'(?:(?:https?|ftp):\/\/)?[\w/\-?=%.]+\.[\w/\-?=%.]+');