I am trying to learn string manipulation and want to extract email ids from strings
For example: “Hello there, this is my email address sagarrawl7764@gmail.com, please send me the document”
How do I extract the email without using regex or any predefine functionalities similar to regex?