Hi everyone,
I believe you should be able to do this transformation with Rewrite Tool.
The only problem I see is that you want to do this only with single symbol.��
Because, in my tool you can do:��
transform: `#literal into: `#literal aMessage.
In this case��`#literal means any literal, not only symbols.
In other words it will transform��
$a into����$a aMessage
Also, this rule will transform, for instance��
123 into 123 aMessage
If I understand right, you would like to do this programatically, so you don't need RewriteTool in that case.
Mark