The title says it all. How do I strip all punctuation from a string in vb.net? I really do not want to do stringname.Replace("$", "")
for every single bit of punctuation, though it would work.
How do i do this quickly and efficiently?
Other than coding something that codes this for me....