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.
-
Updated
Jul 10, 2024 - Jupyter Notebook