regexTel constant

String const regexTel

Regex of telephone number.

Implementation

static const String regexTel = '^0\\d{2,3}[- ]?\\d{7,8}';