Regular expression
-
:omg:i want reg exp for allow only Numeric value and only one decimal point this is need for enter the price/rate.. ex- 1000.99,.09 (allow) and not allowed for any other cherector ex- [ a32.%],100$,} thanx in advace uregent
Try this one:
^\d*\.\d{2}$
this should work fine for you. /cadi -
:omg:i want reg exp for allow only Numeric value and only one decimal point this is need for enter the price/rate.. ex- 1000.99,.09 (allow) and not allowed for any other cherector ex- [ a32.%],100$,} thanx in advace uregent
Hi you can check www.Regexlib.comfor any regex and you can use the [Regulator](<a href=)[^] Expresso[^], Regulator is better as it uses one webservice to search regexlib.com, you will find a repository of regexes there, enjoy it ! Kareem Shaker