grab text between ""
Posted: Thu Aug 05, 2010 5:13 am
$string = 'var togo = "gowentgone"';
how can i grab the text with preg_match_all?
preg_match_all('/"(.*)"/i', $string, $result) ;
how can i grab the text with preg_match_all?
preg_match_all('/"(.*)"/i', $string, $result) ;