<script>
stringa="prova";
re=/(?=p)r/
alert(re.test(stringa))
</script>


mi sembra di no, purtroppo