regexUrl constant

String const regexUrl

URL regex.

Implementation

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