README.md
An algorithm to extract emails from a given text:- input: { "text":"To contact me use the following email: abc@gmail.com and my alternative email: xyz@gmail.com" } output: ["abc@gmail.com", "xyz@gmail.com"]
This could be useful when scraping a website, documents and email bodies.