<?php $string = "This is my test case for an example."; preg_match_all( "/(?=(\S+ \S+))\S+ /", $string, $m ); var_export($m[1]);
You have javascript disabled. You will not be able to edit any code.