How do I output emails (Only emails) from a file that contains multiple text? I understand how to open a file and read its contents but what conditions do i use to extract specific data? Do i use ASCII code for @ to single out all the emails? If so, how would i write the code for this?