5
Answers

Substring mail id from string

Hi,
i have string like var a=Mail [email protected];Mail [email protected];,I want to extract mail id from this string .Means [email protected];[email protected];
If iam using substring between '-' and ';' means iam getting only first mail id([email protected]).How can i do it?
Answers (5)