Tagged Fiddles
- 1Revisions0Forks
Currency
/^\$?[0-9]{1,}(|[.]{1}[0-9]{1,2})$/Currency Regex upto 1 Billion with 2 decimal points.#+ should match 32423 999.00 3242.32 1000000000.00 999 1.1 0.12 100000000000000 10000000000.00 $1 $10 $1111.2 $1111.22 #- should not match .12 . a 11.1111111111111 34223.376 $1111.2a $1111.222