Hi,
Can anyone of you help me with a regular expression which will not allow certain special characters like ~`@#$ . All others (like all alphanumerics and Chinese and any other language characters) should be allowed. This regular expression will be in used in Java.
Start Free Trial