I have a string and I want to replace the every time after its second occurrence only.
s = "change the string in the sentence and the save"
I would like the replace the word the to hello. But except the first one.
Output should be:
change the string in hello sentence and hello save