Tagged Questions
4
votes
1answer
161 views
How many sub-domain are allowed for an Email Id?
How many subdomains are possible for an Email address?
For Example: something@something.co.uk.uk
like that....
0
votes
2answers
129 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:
...
0
votes
1answer
549 views
javascript validation for address
Hi Iam new to j query can any one let me know if there is a way to declare a jQuery.validator.addMethod function and write the java script inside this jquery validator for validating address where it ...