<?php $my_string = " >>12345 Hello this is an example string. "; preg_match("/(>>\d+)/", $my_string, $matches); echo $matches[1];
You have javascript disabled. You will not be able to edit any code.