houdini/app/javascript/legacy/common/ff-form-validation/lib/currency-regex.es6

4 lines
87 B
Text
Raw Normal View History

2019-11-06 20:36:28 +00:00
// License: LGPL-3.0-or-later
module.exports = /^(?!0\.00)\d{1,3}(,\d{3})*(\.\d\d)?$/