Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.11 KB

File metadata and controls

41 lines (24 loc) · 1.11 KB

Regex Matcher – Core Functionality Clone

This project replicates the core functionality of regex101.com using Python and Flask.

📌 Features

  • Accepts a test string and a regular expression from the user
  • Displays all matched strings upon submission
  • Handles invalid regular expressions gracefully

🛠 Tech Stack

  • Python
  • Flask
  • HTML & CSS
  • Regular Expressions

🚀 How to Run the Project

  1. Clone the repository:

    git clone https://github.com/Praneesh-Gattadi/Innomatics-Research-Labs-regex-matcher-flask-

  2. Install dependencies:

    pip install -r requirements.txt

  3. Run the application:

    python app.py

  4. Open your browser and go to:

    http://127.0.0.1:5000/

APPLICATION GUI

Image Image Image