Forum Moderators: coopster
I know you can use w/ for words and . for everything, but I want to match all but ". I tried doing the following:
[\.\:\,\;\*\(\!\?\'\)\/\\\$\%\&\+\-\_\#\’A-z0-9 ]+
in order to match all common punctuation, spaces, letters, and numbers, but I realized it wont work for letters with accents and other special characters.
I would really like a way to match everything except the " character.