regexTel property

String regexTel
final

Regex of telephone number.

Implementation

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