Regex and jQuery, validate input field -


i have input field can number , 2 decimals 23,50. decimal point have comma , .it has exact decimals if thay zeros. use ths pattern in asp , seems ok, how can use in jquery?

^\d{1,9}(\,\d{2})$

see here:

jquery validate: how add rule regular expression validation?


Comments

Popular posts from this blog

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

jQuery clickable div with working mailto link inside -