regexTel top-level constant

String const regexTel

Regex of telephone number.

Implementation

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