I have string in which more than one underscore can be present together.
For example : this_is__Dummy_____String
I have to replace this more than one occurance by only one underscore so that target string should look like :
this_is_Dummy_String
Thanks in advance !