Skip to content

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.

License

Notifications You must be signed in to change notification settings

Mahitej28/Regex_Matcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published