<?php $re = '/(.*?\s.*?\s)/'; $str = 'First example from this part 10 t/m 16 it has to be removed'; preg_match($re, $str, $match); echo $match[1];
You have javascript disabled. You will not be able to edit any code.