[PHP] pobierz, plaintext <?php$str = '21-139';preg_match( '/([d]*).([d]*)/', $str, $wyniki );print_r( $wyniki );?>[PHP] pobierz, plaintext