I want to remove all punctuation except the markers : "?" and "!"
gsub("[[:punct:]]", " ", "hi, i'm (john), nice to meet you !! Do you want some water ?// #")
Any idea ?
I want to remove all punctuation except the markers : "?" and "!"
gsub("[[:punct:]]", " ", "hi, i'm (john), nice to meet you !! Do you want some water ?// #")
Any idea ?