How can I strip punctuation from a string? February 15, 2023 by Tarik new string(myCharCollection.Where(c => !char.IsPunctuation(c)).ToArray());