Hi all
I am receiving a variable and it is in the following format:
$name = "Jim James (jjames)"
What I would like is some example code in perl to extract all characters between the ( ) and store in another variable.
So in the example above jjames would be stored in the variable.
I can do this in PHP using preg_match, but I need to do it in Perl also.
Thanks all
Uggers (Oracle DBA learning Regular Expressions)
Perl Regular Expression query
Moderator: General Moderators
Re: Perl Regular Expression query
Now sorted