Using Regular Expressions, the Regex project finds valid emails from a list of emails, and prints names of people and Twitter handle from a text file(names.txt). Also, it reads a text file(regex_test.txt) and return “None” for names with no first and last names or names that are not capitalized properly.
Repository from Github https://github.comTutiB-sys/Regex_Project
Using Regular Expressions, the Regex project finds valid emails from a list of emails, and prints names of people and Twitter handle from a text file(names.txt). Also, it reads a text file(regex_test.txt) and return “None” for names with no first and last names or names that are not capitalized properly.