hammadsaedi / regex-pro

Regex Pro is a regular expression tester. It allows you to test your regular expressions against a string of your choice.
https://hammadsaedi.github.io/regex-pro/
MIT License
6 stars 17 forks source link

Implement Phone Number Extraction #6

Closed hammadsaedi closed 1 year ago

hammadsaedi commented 1 year ago

Background

In many web applications, extracting phone numbers from text is a common requirement. We want to add phone number extraction functionality to our Regex Pro project, which allows users to work with regular expressions.

Task

Your task is to implement phone number extraction using regular expressions. Here are the requirements for this task:

Implement the regular expression pattern to extract phone numbers from the input text. Add regular expression in extractionForms in pages.js

Additional Information

You can refer to the existing extraction forms as examples. The regular expression pattern for phone number extraction should cover common phone number formats. You may find resources online to help with regular expressions for phone number extraction.

Getting Started

Fork this repository to your GitHub account. Create a new branch for this task. Implement the changes as described. Commit your changes and push them to your fork. Open a pull request to this repository.

Additional Notes

This is a "Good First Issue" suitable for contributors who are new to the project and want to get involved. Please reach out if you have any questions or need assistance with the task.

We look forward to your contribution! 😄

hammadsaedi commented 1 year ago

plz comment on issue

On Sun, 29 Oct 2023 at 16:49, nums @.***> wrote:

Hi, could you please assign this issue to me?

— Reply to this email directly, view it on GitHub https://github.com/hammadsaedi/regex-pro/issues/6#issuecomment-1784080562, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARARE27K3QICD3HP5OAXOV3YBY7C7AVCNFSM6AAAAAA6UMJPXCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBUGA4DANJWGI . You are receiving this because you authored the thread.Message ID: @.***>

bryce-seefieldt commented 1 year ago

Can I give this a try?

hammadsaedi commented 1 year ago

Yes, go ahead

bryce-seefieldt commented 1 year ago

Updates to PR32 made via new commit c4c41bb. Please let me know if this works for you.