Quote:
This might sound as a silly question... But can one safely rely on every contence beeing embedded in quotes ??
ie
Quote:
|
"first", "second", "third, with commas (other chars in)", "firth"
|
|
yes, because the user is intering this into a web application at that website:
and then the code is being generated in comma delimited format. So do you know of a way I go about reformatting this text? Thanks man.