Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion definitions/standard/data_type/primitive/number.proto.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"rules": [
{
"regex": {
"pattern": "^(?:-(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))|(?:0|(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))))(?:.\\d+|)$"
"pattern": "^(?:-?(?:(?:0|[1-8]\d{0,2}(?:,\d{3})*|[1-8]\d{0,14}|9,00[0-6](?:,\d{3}){4}|900[0-6]\d{11}|9,007,199,254,740,990|9007199254740990)(?:\.\d+)?)|-?(?:9,007,199,254,740,991(?:\.0+)?|9007199254740991(?:\.0+)?))$"
Comment thread
nicosammito marked this conversation as resolved.
Outdated
}
}
],
Expand Down
Loading