Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 628 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 628 Bytes

Projects

This is a repository of miscellaneous projects I've worked on.

Contents

Emails

This is the first project I added to the repository, so I didn't want to go crazy. This is a simple interactive program that prompts the user for a string input, and uses regular expressions to find and return any email addresses that are contained in the text. The script shows basic python knowledge such as importing libraries, looping, etc., while also making use of the re module, which is a bit more complex, but still quite simple in this context.