I am having Input String like below. I want to remove Unicode characters like “u2028” , “u2019” etc if it is present in the comment section.In runtime i don’t know what are all extra characters coming. So what is the best way to handle this? I tried like below which removes unicode characters in the given string. So what is