Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Your task is to develop an email extractor algorithm ( flowchart AND pseudocode ) and then write a python modular program that implements the algorithm.

Your task is to develop an email extractor algorithm (flowchart AND pseudocode) and then write a python modular program that implements the algorithm. The python program should read text from input file and extracts all email addresses within the text. An email address has the following format:
email_id@domain_name
The email_id is the part preceding the @ symbol and it may contain only letters (a-z,A-z), digits (0-9), and any of the symbols: ., $,_, or -. Note no other character is allowed in the email_id. The next part is the domain_name which is composed of domain.ext (.ext)* where domain_name may contain only letters (a-z,A-Z, digits (0-9, and only the two symbols . or -. Note that domain_name may allow zero or more extra . ext parts (as indicated by *) but it must at least contain one . ext part. The table below give some examples of valid emails:
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Internals A Deep Dive Into How Distributed Data Systems Work

Authors: Alex Petrov

1st Edition

1492040347, 978-1492040347

More Books

Students also viewed these Databases questions