<?php $string = "23 asdasdasdasd.sma(33) asda sdas asd 23 2 3 54232 23d asd"; $reg = '/\(\K\d+(?=\))/'; preg_match($reg, $string, $matches); var_dump($matches);
You have javascript disabled. You will not be able to edit any code.