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 IP address extraction functionality using regular expressions #16

Closed hammadsaedi closed 11 months ago

hammadsaedi commented 11 months ago

Issue Description

In many web applications, there is a common requirement to extract IP addresses from text. This issue is to add IP address extraction functionality to our Regex Pro project, which allows users to work with regular expressions.

Task

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

  1. Implement the regular expression pattern to extract IP addresses from the input text.
  2. Add the regular expression pattern in the extractionForms in pages.js.

Additional Information

Getting Started

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

Additional Notes

We look forward to your contribution! 😄

HasaanAhmad commented 11 months ago

Assign me this issue. I will look into it.

hammadsaedi commented 11 months ago

Best of Luck 👍

hammadsaedi commented 11 months ago

Fixed by PR https://github.com/hammadsaedi/regex-pro/pull/18