Describe the bug
I would like to verify that numbers displayed contain a separator. For example comma in the US. Validation will fail if I have a number without the separator.
Examples
1,000 ==> true
1000 ==> false
Additional context
Validator.js version: 13.1.0
Node.js version: v12.16.2
OS platform: macOS
Describe the bug
I would like to verify that numbers displayed contain a separator. For example comma in the US. Validation will fail if I have a number without the separator.
Examples
1,000 ==> true
1000 ==> false
Additional context
Validator.js version: 13.1.0
Node.js version: v12.16.2
OS platform: macOS