houdini/client/js/common/ff-form-validation/lib/currency-regex.es6

4 lines
87 B
Text
Raw Normal View History

2018-03-29 20:42:43 +00:00
// License: LGPL-3.0-or-later
module.exports = /^(?!0\.00)\d{1,3}(,\d{3})*(\.\d\d)?$/