<?php

$palavra = 'idPergunta-18';
$posicaoDeCorte = strripos($palavra, '-');
echo substr($palavra, 0,$posicaoDeCorte);