How to remove punctuation mark from a variable

Hi,

I think that the solution from @HareeshMR is easiest for me.
I do not how to use Regex.Replace(Text, @“\p{P}\r\n”, “\r\n”) in practice.