Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: How do I split on ',' followed by a capital letter?

by kilinrax (Deacon)
on Oct 20, 2000 at 18:16 UTC ( [id://37669]=note: print w/replies, xml ) Need Help??


in reply to How do I split on ',' followed by a capital letter?

I'm pretty sure:
my @array = split /,\s(?=[A-Z])/, $string;
will work.

Originally posted as a Categorized Answer.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2024-03-28 18:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found