[PHP] pobierz, plaintext <?php$str = '[A] la [B] la [C]'; ereg ('[[a-zA-Z0-9#]+]', $str, $tab); print_r($tab); ?>[PHP] pobierz, plaintext