urlRegexPattern constant

String const urlRegexPattern

Implementation

static const urlRegexPattern =
    r'(?:https?|ftp):\/\/[^\s<>\[\]]+|www\.[^\s<>\[\]]+\.[a-zA-Z]{2,}[^\s<>\[\]]*';