Skip to content

Commit 54fc704

Browse files
authored
fix typo in regex string
1 parent 014fb13 commit 54fc704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/fields/ref/FR/siret-FR.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "identifier",
44
"label": "SIRET Number",
55
"urlFormat": "https://annuaire-entreprises.data.gouv.fr/etablissement/{value}",
6-
"pattern": "^MONACO[A-Z\d]{5}001|\d{9}([1-7]\d{3}|0[1-9]\d{2}|00[1-9]\d|000[1-9])\d$",
6+
"pattern": "^MONACO[A-Z\\d]{5}001|\\d{9}([1-7]\\d{3}|0[1-9]\\d{2}|00[1-9]\\d|000[1-9])\\d$",
77
"locationSet": {
88
"include": [
99
"fr"

0 commit comments

Comments
 (0)