Hi Raj,
R> [...] I then need to send out standard e-mail to the candidates
R> requesting them to send details as per a particular format. [...]
R> What I need to achieve is pick out the names (nice to have) and
R> e-mail id's of the candidate(must).
This one should detect mail addresses:
______________________________________________________________________
%REGEXPTEXT="(?ism)%-
^\s*brief of the resume\s*$%-
.*?%-
^\s*e-?mail\s*:\s*(.+?)\s*$"%-
����������������������������������������������������������������������
Picking names is really difficult. You have to define exact rules
where names could appear in the text, but that isn't easy ;-)
BTW Question to the experts:
is there something like an "official regexp" for e-mail addresses?
--
HTH + best regards, Carsten
The Bat! (v1.54 Beta/30) Business
Windows NT 5.0 (Build 2195) Service Pack 2, PGP 0xe2d25323
--
______________________________________________________
Archives : http://tbtech.thebat.dutaint.com
Moderators : mailto:[EMAIL PROTECTED]
Unsubscribe: mailto:[EMAIL PROTECTED]