Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
In my data i have column member number which is having length 5. In that few members code is like '01ED2', '01EF3' ,'01E12','02E45','03E99'.
Now my challenge is I want to replace after E if only if last 2 characters are numbers. Means if member number is '01E12' then it should be '01E_12', '02E45' then '02E_45', '03E99' then '03E_99', for rest members there is no change.
Appreciate your help in this.
Thanks in advance.
Thanks Joseph..It is working.