Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Regular expression help

by gryphon (Abbot)
on Aug 17, 2005 at 21:19 UTC ( [id://484607]=note: print w/replies, xml ) Need Help??


in reply to Regular expression help

Greetings beeconn66,

I'm not sure if this is exactly what you're looking for, and I'm certainly not a regex-master or anything, but how about this:

my $text = 'employee(firstname, lastname, soc)'; if ($text =~ /employee\(([^,\s)]+)\s*,\s*([^,\s)]+)\s*,\s*([^,\s)]+)/) + { print join("\n", $1, $2, $3); }

gryphon
Whitepages.com Development Manager (DSMS)
code('Perl') || die;

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://484607]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-20 02:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found