Hai. i just want to know if there is a way to maintain certain character in a reversed string? For example in string "good*morning*everyone". If reversed and the character '*' is maintained at their position it will be "enoy*revegni*nromdoog". I have done the reversing part but i am not sure how to maintain that '*'s at their position. Any suggestions, examples, and solutions will be gladly appreciated. Thank you.