Wednesday 12 February 2014

If there is error in regular expression remaining expressions in the page also are not validating. with out validating form is getting submitted.



Regular expression to validate whether all number of an integer should not 
be zero as 00, 000 ,0 , 0000
  ^(?=.*[1-9].*)[0-9]{1,5}$

No comments:

Post a Comment