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.
- Host: GitHub
- URL: https://github.com/mahitej28/regex_matcher
- Owner: Mahitej28
- License: mit
- Created: 2024-03-03T15:38:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-21T14:05:04.000Z (over 1 year ago)
- Last Synced: 2025-01-07T14:25:55.909Z (6 months ago)
- Topics: aws-ec2, flask-application, python3, regex-match
- Language: CSS
- Homepage: https://mahima28.pythonanywhere.com/
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
## β 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