We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 085e02c commit eef5312Copy full SHA for eef5312
definitions/standard/data_type/primitive.md
@@ -16,7 +16,7 @@
16
{
17
"config": {
18
"Regex": {
19
- "pattern": "/^(?:-(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))|(?:0|(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))))(?:.\\d+|)$/"
+ "pattern": "^-?\\d+(?:[.,]\\d+)?$"
20
}
21
22
0 commit comments