Part 1: Write regular expression to validate the pattem of a website URL. A valid URL starts by http or https (capital or small case letters) followed by :// The URL contains triple w characters next (capital or small case letters as well). The rest of the URL contains several repetitions (at least two) of naming postfix strings (characters and digits of arbitrary length) separated by dot (,). Validate your expression by using regex search Part 2: Write a function called File_statistics that process a text file to show the following statistics regarding the file 1- The total number of lines in the file. 2- The total number of words found on the file. 3- The total number of characters contained in the file. 4- The total number of white spaces found on the file. The function should handle possible erroncous cases such as empty file or inability opening the file by throwing descriptive exceptions.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
Part 1:
Write regular expression to validate the patterm of a website URL. A valid URL starts by http or https
(capital or small case letters) followed by ://. The URL contains triple w characters next (capital or small
case letters as well). The rest of the URL contains several repetitions (at least two) of naming postfix
strings (characters and digits of arbitrary length) separated by dot (.). Validate your expression by using
regex search
Part 2:
Write a function called File_statistics that process a text file to show the following statistics
regarding the file
1- The total number of lines in the file.
2- The total number of words found on the file.
3- The total number of characters contained in the file.
4- The total number of white spaces found on the file.
The function should handle possible erroneous cases such as empty file or inability opening the
file by throwing descriptive exceptions.
Transcribed Image Text:Part 1: Write regular expression to validate the patterm of a website URL. A valid URL starts by http or https (capital or small case letters) followed by ://. The URL contains triple w characters next (capital or small case letters as well). The rest of the URL contains several repetitions (at least two) of naming postfix strings (characters and digits of arbitrary length) separated by dot (.). Validate your expression by using regex search Part 2: Write a function called File_statistics that process a text file to show the following statistics regarding the file 1- The total number of lines in the file. 2- The total number of words found on the file. 3- The total number of characters contained in the file. 4- The total number of white spaces found on the file. The function should handle possible erroneous cases such as empty file or inability opening the file by throwing descriptive exceptions.
Expert Solution
steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY