V Patel wrote:
Input is a large string. We have no control over the file, so its not coming from the file.
Any help with parsing a string to replace those comma in string?
On Wed, 23 Jun 2004 10:12:16 -0500, Matt Matijevich <[EMAIL PROTECTED]> wrote:
[snip] I have a csv string. But the string also contains other strings with commas. [/snip]
is the csv coming from a file? if it is try http://www.php.net/manual/en/function.fgetcsv.php
if not there is some user comments on that page that might help.
I have a function to do this. I'll send it in a few minutes (once I get to work).
-- paperCrane <Justin Patrin>
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php