Tagged Questions
0
votes
2answers
148 views
simple regex for email address validation
I need a regex to exclude certain characters such as 'รง' and also to check '@' sign is present. Can someone help?
I am using jquery to do client-side validation using the following expression:
...