Hi
I need to split a string by the: , (comma) separator, but when the comma is beetwen ""
it should be skipped.


Ex:
test ts sasa, assas "sasa,asaas" dasdas, da

=> test ts sasa
=> assas "sasa,asaas" dasdas
=> da

Thx
Bambero

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to