
mouncifb
New User
Feb 18, 2008, 10:02 AM
Post #1 of 2
(1587 views)
|
|
Simple Regular Expression
|
Can't Post
|
|
this must be a stupid question, I am newbie in perl. I have a variable called $email = "mail: firstname.lastname@domain.com"; I want to return just firstname.lastname@domain.com and store it in another variable called $email2. I know it's a perl regular expression but I have no clue. thanks
|