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