I need to extract an email id from multiple id's given in a record. I am developing a tool by using C# to store data in to sql server and retrieve it using some logic. One of the logic is to extract desired (@gmail.com
mentioned) email id from multiple mail id for a record.
Example, I need to extract xxx@gmail.com
given record:
ID: 123
Name: abc
Email id: xxx@gmail.com xxx@yahoo.com
email id are separated by spaces.