User Portlet User Portlet

Discussions
Hi! Suppose I have an expression like $A = ( Log[s+t] + s^2 + t ~s + u )$. I want to substitute $s$ by $a$ and $t$ by $b$ ONLY inside $Log[s+t]$ without affecting the remaining part. Is there any way to do this? If we directly substitute $s$ by...