Hello,
I need a regular expression, which reads a text file and stores all the Email addresses found in TEXTFILE in a variable.
Kindly guide me in this regard.
Thank
Little reular expression problem
Moderator: General Moderators
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
You can use the RFC compliant one that's been posted about many times with preg_match_all().