$longString = "I walk in the park.";
$stringArray = array("walk", "park", "beach");
Basically, I want to search $longString for all sub strings that are in the $stringArray. So in this case, I would like to find walk and park and then echo those strings.
Is this doable? Thanks guys!
array()notarray{). Also, the trailing comma can go. – Madara Uchiha May 8 '12 at 15:36