/ Published in: Regular Expression
100, 100.00, $100 or $100.00
Expand |
Embed | Plain Text
/^((\$\d*)|(\$\d*\.\d{2})|(\d*)|(\d*\.\d{2}))$/
You need to login to post a comment.
edwinjanmoss on 10/19/07
3 people have marked this snippet as a favorite
100, 100.00, $100 or $100.00
/^((\$\d*)|(\$\d*\.\d{2})|(\d*)|(\d*\.\d{2}))$/
You need to login to post a comment.