Heya, quick kind of silly question, what is the best way to shorten a string to get rid of asci characters below 90 for example?

If I have a string such as "funny?" or "ending!", and I want to convert it to only "funny" or "ending" (basically just filter out all symbles). What is the best way to go about doing that? Thanks much.