Skip to content

Commit 51b0715

Browse files
updated readme
1 parent f4a2c7d commit 51b0715

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,9 @@ Property | Default | Description
561561
-------- | -------- | -----------
562562
`currencySymbol` | `null` | The currency symbol expected in string (as prefix).
563563
`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).
564567

565568
## `date`
566569
This is a `Date` validator.

0 commit comments

Comments
 (0)