urlRegexContent top-level constant

String const urlRegexContent

Implementation

const urlRegexContent = "((http|https)://)?(www.)?" +
    "[-a-zA-Z0-9@:%._\\+~#?&//=]" +
    "{2,256}\\.[a-z]" +
    "{2,6}\\b([-a-zA-Z0-9@:%" +
    "._\\+~#?&//=]*)";