The length of string may change often, more character may appear at the start or end sometime as the variable is modified, but the "this is email:" part exist all the time. There is always 1 valid email only inside the string. How do I extract the email from the string? Please provide code samples. Thanks all. [ September 09, 2003: Message edited by: Steven Ho ]
Dirk Schreckmann
Sheriff
Joined: Dec 10, 2001
Posts: 7023
posted
0
What have you tried so far? Or what have you considered trying? Are you familiar with regular expressions? They might prove useful to you. Feel free to post code that you've been working on.