Hi All,

I have a string that I need to extract only a certain part of the data from:

SMTP:[email protected]

I need to extrapolate "Mike.Smith" from the above string.

I have about 1,000 strings like this, the FirstName.LastName will change on each sting.

How do I parse out the "SMTP:" and the "@abc.com"?

Thank you all for your help!