Hi all,
Please can someone help me! I have experimented on this for hours but I am new to regex! Here is my problem:
I want to get the email address admin@example.n et out of this string and store it in $email.
The string is:
<a href='mailto:ad min@example.net '>admin@example .net</a>
Please can someone give me code to get the email address out of this string and place it in $email.
All help will be greatly appreciated!
Please can someone help me! I have experimented on this for hours but I am new to regex! Here is my problem:
I want to get the email address admin@example.n et out of this string and store it in $email.
The string is:
<a href='mailto:ad min@example.net '>admin@example .net</a>
Please can someone give me code to get the email address out of this string and place it in $email.
All help will be greatly appreciated!
Comment