RegExLib.com - The first Regular Expression Library on the Web!

Please support RegExLib Sponsors

Sponsors

Expressions by User

   Displaying page 1 of 1 pages; Items 1 to 1
Title Test Details Checking of currency on key down
Expression
^(([1-9]{1}[0-9]{0,5}([.]{1}[0-9]{0,2})?)|(([0]{1}))([.]{1}[0-9]{0,2})?)$
Description
This will allow your app to check currency during events such as key down (set to decimal(8,2) only)
Matches
13 | 13. | 13.1 | 13.11 | 0. | 0.1
Non-Matches
01 | .1 | 0.011
Author Rating: Not yet rated. CL Yeo
   Displaying page 1 of 1 pages; Items 1 to 1

Copyright © 2001-2024, RegexAdvice.com | ASP.NET Tutorials