1
Answer

How to make Regex expression for some of charecters

I have these characters %.,-()&+/*@$_:?#''  . I want to return false if the string contains other than this special characters.please help me 
Answers (1)