Hi All,
I have a requirement to retain the first 10 characters of the string and then replace remaining positions of the string.
For example String is ABRAHAM TONYGREGON
Output should be ABRAHAM TOYNRGGENO
Do we have any inbuilt functions to do this? Appreciate everyone's help.. Thanks
I have a requirement to retain the first 10 characters of the string and then replace remaining positions of the string.
For example String is ABRAHAM TONYGREGON
Output should be ABRAHAM TOYNRGGENO
Do we have any inbuilt functions to do this? Appreciate everyone's help.. Thanks