ADO DOT NET
Well-known member
- Joined
- Dec 20, 2006
- Messages
- 156
Hi
Using this REP I wanna extract all emails from a text:
And this is a sample text:
Using this REP I wanna extract all emails from a text:
Code:
/[A-Z0-9._-]+@[A-Z0-9][A-Z0-9.-]{0,61}[A-Z0-9]\.[A-Z.]{2,6}/i
Code:
Dave