This website requires JavaScript.
Explore
Help
Sign in
NPO-Accounting
/
houdini
Watch
6
Star
0
Fork
You've already forked houdini
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
d445904c34
houdini
/
client
/
js
/
common
/
ff-form-validation
/
lib
/
currency-regex.es6
4 lines
87 B
Text
Raw
Normal View
History
Unescape
Escape
Properly license .es6 files. Fixes #18
2018-03-29 20:42:43 +00:00
// License: LGPL-3.0-or-later
Initial commit. Previous history maintained by CommitChange
2018-03-25 17:30:42 +00:00
module.exports = /^(?!0\.00)\d{1,3}(,\d{3})*(\.\d\d)?$/
Reference in a new issue
Copy permalink