Text file

Hi,

I am having text file with 2 paragraphs, each paragraph will have email ids in between texts i want to extract only emails from the text file. Please let me know.

@Palaniyappan @lakshman

1 Like

Hi
try with this expression is MATCHES activity
[A-Za-z0-9]+@[a-zA-Z]+\W(com|in)

which will give us the mail id alone as output matches

Cheers @monish06

does it list down all the email ids?

1 Like

Yah of course
Cheers @monish06