We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4a2c7d commit 51b0715Copy full SHA for 51b0715
README.md
@@ -561,6 +561,9 @@ Property | Default | Description
561
-------- | -------- | -----------
562
`currencySymbol` | `null` | The currency symbol expected in string (as prefix).
563
`symbolOptional` | `false` | Toggle to make the symbol optional in string, although, if present it would only allow the currencySymbol.
564
+`thousandSeparator` | `,` | Thousand place separator character.
565
+`decimalSeparator` | `.` | Decimal place character.
566
+`customRegex` | `null` | Custom regular expression, to validate currency strings (For eg: /[0-9]*/g).
567
568
## `date`
569
This is a `Date` validator.
0 commit comments