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\']+
[a-zA-Z0-9^\\w\']+