Programming Tutorials

Comment on Tutorial - preg_split() and explode() in PHP By Andi, Stig and Derick



Comment Added by : Hyder

Comment Added at : 2013-06-28 17:21:31

Comment on Tutorial : preg_split() and explode() in PHP By Andi, Stig and Derick
Why you are not using / / inted of @/[\w]/@??

like; $rawMSG = preg_split("/ /", $string, 2);


View Tutorial