[PHP] pobierz, plaintext <?php$t = 'abc222_444'; preg_match('/[a-z]+([0-9]+)_.*/', $t, $o); echo $o[1];?>[PHP] pobierz, plaintext