<?php $string = 'foo_3456'; echo preg_replace('/[a-z]+_(\d+)/i', '${1}', $string);
You have javascript disabled. You will not be able to edit any code.