REGEX_URL constant

String const REGEX_URL

Regex of url.

Implementation

static const String REGEX_URL           =
    "[a-zA-z]+://[^\\s]*";