Regex to Allow all special characters and Alphanumeric in except apostrophe

前端 未结 0 968
后悔当初
后悔当初 2021-01-25 17:36

I want to allow all the special characters except apostrophe. I also want to allow all the numbers and alphabets in the string. I tried Regex [a-zA-Z0-9^\\w\']+

相关标签:
回答
  • 消灭零回复
提交回复
热议问题