Hi All,
Hope you are all doing good and staying safe !!
I am storing a number which has dots. I need to find the nth occurence of a pattern i.e dots and replace the string that occurs right after nth occurence.
For instance, in the below example I want to find the 2nd occurence of dot and replace string '0000' with '5678'
Actual -- 500.213.0000
Expected -- 500.213.5678
Can someone please help me.
Thank you.