benniesanders
Programmer
Greetings,
I have 300 records, each with a block of text I need to extract an email address from. Every email address has a space before it and a space after it and of course the @ between.
So how would I go about extracting everything to the left of the @ and everything to the right of the @ after it finds a space on each end? I'm probably making this much more complicated than necessary, right? Many thanks in advance for any ideas.
I have 300 records, each with a block of text I need to extract an email address from. Every email address has a space before it and a space after it and of course the @ between.
So how would I go about extracting everything to the left of the @ and everything to the right of the @ after it finds a space on each end? I'm probably making this much more complicated than necessary, right? Many thanks in advance for any ideas.