An open API service indexing awesome lists of open source software.

https://github.com/mahitej28/regex_matcher

This is a simple flask application that allows users to input a test string and a regular expression (regex) and displays all the matches found.
https://github.com/mahitej28/regex_matcher

aws-ec2 flask-application python3 regex-match

Last synced: 4 months ago
JSON representation

This is a simple flask application that allows users to input a test string and a regular expression (regex) and displays all the matches found.

Awesome Lists containing this project

README

        

# Regex Matcher
This is a simple flask application that allows users to input a test string and a regular expression (regex) and displays all the matches found. It also provides a feature to validate if a given email ID is valid or not.


πŸ”—Acces website [here](https://mahima28.pythonanywhere.com/)

## Features
- Test your String against any Regular Expression
- Validate your Email
- Deployed on Cloud (AWS)
- Responsive design for mobile and desktop

## File Structure
```
note_taking_app/
│── app.py # Main Flask application file
│── static/ # Static assets (CSS, images, etc.)
β”‚ └── styles.css # Custom CSS styles
│── templates/ # HTML templates
β”‚ └── index.html # Main template for the note-taking interface
β”‚ └── email.html
└── README.md # Documentation file
└── Requirement.txt # Requirement File

```
## πŸ‘€ Screenshots

![image](https://github.com/Mahitej28/Regex_Matcher/assets/98276915/ba8165d5-3635-40c8-9c2c-b3b4186029d7)

## ✍ Author

- [Mahima Churi](https://github.com/Mahitej28)

## πŸ“Œ Features / Contributions
- Any contributions you make are *greatly appreciated*
- Would be glad to hear about *new features* to add in the website
- Clone the repository:
```
git clone
```
- Install all the required dependencies
```
pip install -r requirement.txt
```

- Run the Flask Application:
```
flask run
```
- Open your web browser and go to http://localhost:5000 to access the application.

- Start testing your email and any input strings using the provided interface.

## πŸ›‘ License

You may use this project freely at your own risk. See [LICENSE](https://choosealicense.com/licenses/mit/).

Copyright (c) 2023 Mahima Churi


Connect with me



LinkedIn &nbsp&nbsp&nbsp
Instagram &nbsp&nbsp&nbsp
Gmail&nbsp&nbsp&nbsp


(Back to top)