Hi Everyone,
I have a requirement to perform multiple replacement such as
‘{ABCDEFGHI}JKLMNOPQR’,‘01234567890123456789’
where
A/J converts to 1,
B/K converts to 2,
{/} converts to 0 and so on.
All these have to work for one input string. Instead of w...