Does anyone know how to remove punctuation marks from a QString variable ? I have cheked the doc but have not found anything. I'm looking at something specific like ispunct function. Maybe I'm missing something though. I would like to avoid converting my QString to string if possible. Thanks.