I want to preg_match between a and guy but i also want to SKIP the first preg_match value and preg_match start from 2nd value then continue. and the values between a and guy could be anything so please don’t focus on the words i example here, just preg_match the between a and guy. and $string contain unlimited sentences. i don’t know the exact number of sentences.
$string = "this is a small guy , this is a tall guy, this is a big guy, this is a fat guy, This is a bad guy, This is a mad guy, Sentences are continue....";
So i want to skip the first value which i mentined the word small here but it could be anything so skip the first value between a and guy.