[PHP] pobierz, plaintext <?php $string = 'swdsfssdf, fsdfsdfsd*^*$^%, 345435'; $kasuj = preg_replace(\"#D#is\", '', $string); echo $kasuj; ?>[PHP] pobierz, plaintext
[PHP] pobierz, plaintext <? preg_replace(\"#D+#is\", '', $string); ?>[PHP] pobierz, plaintext