Hi I need to replace a string by it’s index position
Str1 = 0110000505
i want to replace 05 with 99 when i use replace functions it is replacing it as 0110009999 but i want to replace only last part of 05 so the expected output will be as 0110000599.
Any Suggestions thanks in advance.