<?php $pattern = "/b[0-9]{4}(*SKIP)(*F)|[^a-z_]/"; $str = "b7001_cp_parc_venc_fluxo_1234"; echo preg_replace($pattern, "", $str);
You have javascript disabled. You will not be able to edit any code.