This is my string value:
string str = \"32 ab d32\";
And this list is my allowed characters:
var allowedCharacters = new List&l
Why don't you use String.Replace?