I am new to Perl and I am trying to extract email from string
“Tom Smith” <tomsmith@gmail.com>
The problem is that the module Email::Address is not installed and I don’t have permissions to install it.
Is there any way to extract email using regexp.
I am new to Perl and I am trying to extract email from string
Share
You can use
/<(.*)>/it will grab a text inside < > brackets