/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.

Primary LanguageCSSMIT LicenseMIT

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

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

✍ Author

πŸ“Œ 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 <repository_url>
  • 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.

Copyright (c) 2023 Mahima Churi

Connect with me

LinkedIn     Instagram     Gmail   

(Back to top)