You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.