Skip to content

Praneesh-Gattadi/INNOMATICS_RESERACH_LABS_REGEX_MATCHER_FLASK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Flask-based web application that replicates the core functionality of regex101.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors