I want replace structurally an attribute html with its value. The example is the following. I want replace this instruction
<IMG SRC="<%=immagineGes%>" title="<%=toolTipGes%>">
with
<IMG SRC="<%=immagineGes%>" title="<%=GestioneString(toolTipGes, format)%>">
Which is the correct syntax in intellij? Thanks in advance for availability