codice:
var stringa="Mela Pera Pesca";
var parte=stringa.substr(5);
alert(parte.indexOf('e'));
ciao