We have a Word document where we need to replace certain words in a string retaining bold letters.
Template e.g. : <random_text> to the Stackoverflow HQ, <random_text> is replaced with “Well Come”, in below string, Just for example.
Current : Well Come to the Stackoverflow HQ
Expectation: Well Come to the Stackoverflow HQ
1