<?php $Counter = 0; $FolderTitle[$Counter] = "This is 1 example (text) with a (number)(01230_12-3)"; echo preg_match("/\(\K[-\d_]+/", $FolderTitle[$Counter], $out) ? $out[0] : 'no match';
You have javascript disabled. You will not be able to edit any code.