Ver originallet string = 'pagina.php?a=1&pag=2&c=3';let newx = string.replace(/&pag=([0-9]{1,4})/g, '');console.log(newx);