in reply to Regex to do a smart split()
There's plenty of CSV-handling code written already, which deal with all of these issues (and more). CPAN is a library of freely available Perl modules which have been tested and documented for easy use in your projects. Browse search.cpan.org, for example, Text::CSV.
--
[ e d @ h a l l e y . c c ]
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Regex to do a smart split()
by hardburn (Abbot) on Jan 30, 2004 at 15:49 UTC | |
by diotalevi (Canon) on Jan 30, 2004 at 17:07 UTC | |
by hardburn (Abbot) on Jan 30, 2004 at 19:19 UTC | |
by Anonymous Monk on Jan 30, 2004 at 19:06 UTC | |
|
Re: Re: Regex to do a smart split()
by Anonymous Monk on Jan 30, 2004 at 15:54 UTC | |
by allolex (Curate) on Jan 30, 2004 at 19:51 UTC |