Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^3: split on comma-separated fields, where a field may have commas inside quotes

by JavaFan (Canon)
on Jun 10, 2009 at 14:28 UTC ( [id://770353]=note: print w/replies, xml ) Need Help??


in reply to Re^2: split on comma-separated fields, where a field may have commas inside quotes
in thread split on comma-separated fields, where a field may have commas inside quotes

Putting a + there instead of a * means that
"foo","bar"
is split into a single element:
foo","bar
which is highly unlikely to be wanted.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-25 23:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found