Skip to content

Commit

Permalink
Fix tax administrator regex so it accepts more than two string instan…
Browse files Browse the repository at this point in the history
…ces (#1236)
  • Loading branch information
MarekBodingerBA authored Mar 27, 2024
1 parent a800ac3 commit cd3d8a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"attributes": {
"range": {
"type": "string",
"regex": "^[A-ZÁÄČĎÉÍĹĽŇÓÔŔŠŤÚÝŽ]+-[A-ZÁÄČĎÉÍĹĽŇÓÔŔŠŤÚÝŽ]+$",
"regex": "^[A-ZÁÄČĎÉÍĹĽŇÓÔŔŠŤÚÝŽ]+(?:-[A-ZÁÄČĎÉÍĹĽŇÓÔŔŠŤÚÝŽ]+)+$",
"unique": false,
"required": true
},
Expand Down

0 comments on commit cd3d8a7

Please sign in to comment.