regexUrl constant

String const regexUrl

Regex of url.

Implementation

static const String regexUrl = '[a-zA-Z]+://[^\\s]*';