<?php $test2 = '123_123_234_1Foo2'; preg_match_all('/(?<=^|_)\d+(?=_|$)/', $test2, $m); var_export($m[0]);
You have javascript disabled. You will not be able to edit any code.