phoneRegex property
Implementation
static final RegExp phoneRegex = RegExp(
r'(?<!\w)(\+?\d{1,3}[-.\s]?)?\(?\d{3}\)?[-.\s]?\d{3}[-.\s]?\d{4}(?!\w)',
);
static final RegExp phoneRegex = RegExp(
r'(?<!\w)(\+?\d{1,3}[-.\s]?)?\(?\d{3}\)?[-.\s]?\d{3}[-.\s]?\d{4}(?!\w)',
);