Z
zdrakec
i.e. I want to split a string on , unless the , is quoted, thus:
"She is a , very 'fine,girl', and she walks, everyday"
should end up as:
"She is a"
"very 'fine,girl'"
"and she walks"
"everyday"
Help???
Cheers,
zdrakec
"She is a , very 'fine,girl', and she walks, everyday"
should end up as:
"She is a"
"very 'fine,girl'"
"and she walks"
"everyday"
Help???
Cheers,
zdrakec