regexTel constant

String const regexTel

Telephone number regex.

Implementation

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