This project replicates the core functionality of regex101.com using Python and Flask.
- Accepts a test string and a regular expression from the user
- Displays all matched strings upon submission
- Handles invalid regular expressions gracefully
- Python
- Flask
- HTML & CSS
- Regular Expressions
-
Clone the repository:
git clone https://github.com/Praneesh-Gattadi/Innomatics-Research-Labs-regex-matcher-flask-
-
Install dependencies:
pip install -r requirements.txt
-
Run the application:
python app.py
-
Open your browser and go to: