We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tried the extension, but it seems to have very weak phone number recognition, here's some recommendation (by GPT4)
const phoneRegex = /((\+|00)(\d{1,3}))?[-.\s]?(\()?(\d{1,4})(?(4)\))[-.\s]?(\d{1,4})[-.\s]?(\d{4,7})/g;
This regex pattern will detect phone numbers in the following formats:
The text was updated successfully, but these errors were encountered:
Thanks for the issue, we'll see if we can handle this in the coming month.
Sorry, something went wrong.
ericrallen
Successfully merging a pull request may close this issue.
Tried the extension, but it seems to have very weak phone number recognition, here's some recommendation (by GPT4)
const phoneRegex = /((\+|00)(\d{1,3}))?[-.\s]?(\()?(\d{1,4})(?(4)\))[-.\s]?(\d{1,4})[-.\s]?(\d{4,7})/g;
This regex pattern will detect phone numbers in the following formats:
The text was updated successfully, but these errors were encountered: