jmurch Posted March 1, 2013 Share Posted March 1, 2013 I want to explode on \n but not for data within double quotes: currently: explode("\n",$decoded_data); Does anyone have any pointers on how to do this? TIA, Jeff Link to comment https://forums.phpfreaks.com/topic/275097-php-explode/ Share on other sites More sharing options...
requinix Posted March 1, 2013 Share Posted March 1, 2013 More background information? Where is $decoded_data coming from? Maybe there's already functionality you can use to do this. Link to comment https://forums.phpfreaks.com/topic/275097-php-explode/#findComment-1415901 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.