๐ This Flask-based web application enables users to input a test string and a regular expression (regex) to discover all matching patterns. Additionally, it offers a functionality to validate the validity of provided email IDs. ๐ง
- Users can input a test string and a regular expression (regex) to find matches.
- Displays all the matches found in the test string based on the provided regex.
- Validates email IDs based on regex patterns.
- Deployed on AWS Cloud for accessibility. โ๏ธ
-
Clone the Repository:
git clone <repository_url>
-
Install Dependencies: Navigate into the project directory and install the required dependencies using pip:
cd regex-clone-app pip install -r requirements.txt -
Run the Application: Run the Flask application using the following command:
python app.py
The app will be accessible at
http://localhost:5000in your web browser.
-
Input Test String and Regex:
- Navigate to the home page (
http://localhost:5000) in your web browser. - Input the test string and the regular expression into the provided form fields.
- Click on the submit button to find matches.
- Navigate to the home page (
-
Validate Email IDs:
- Access the email validation route (
http://localhost:5000/validator) in your web browser. - Input the email ID to be validated into the provided form field.
- Click on the submit button to validate the email ID.
- Access the email validation route (
- Vijay sada ๐จโ๐ป