Regex to Prohibit Certain Characters from Being Repeated Back-To-Back

I have the following characters.

Code:
-‘,.

Tried this:

Code:
^([^\w -\’,.]){1}$

No luck.
I need to […]

Original post by AJinNYC2112

Leave a Reply