Edit in JSFiddle

$("[id*=nombre]").val("Hola Mundo");
<input type = "text" id = "nombrePropio" />
<input type = "text" id = "nombreParticular" />
<input type = "text" id = "pronombre" />
<input type = "text" id = "pronombreVisual" />