/^[\w\-\.]+$/ Above Regex checks the username can have Only Letters,Numbers,Underscore,Hyphen and a single dot (.). But the problem is if he puts only dots or Hyphen he should be restricted