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})$
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})$
Comments
Post a Comment