Help! Removing all punctuation from a string
807591May 14 2008 — edited May 15 2008I'm trying to write some code that takes a string and removes all punctuation from the string. I think i would use the method removeDelimiters, but i can't seem to get that to work. Could someone give me some sample code for this.