I want a regular expression which should accept only digits, alphabets,no special character at the starting character and after that it can accept all the characters but it should not accept more than one dot whether the dot is continous or anywhere which means-
chethan.salimath@gmail.com - it should accept has valid
(chethan..salimath@gmail.com) - has invalid
chethan.sali.math@gmail.com - invalid