Skip to content
Snippets Groups Projects
Commit aba7e122 authored by Andreas Huber's avatar Andreas Huber
Browse files

#7: Regex für Hausnummernzusatz korrigiert.

parent e0f8a05e
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@
"type": "string",
"description": "Hausnummerzusatz",
"maxLength": 2,
"pattern": "^[\\p{L}0-9. ]*$"
"pattern": "^[A-Za-z0-9. ]*$"
},
"postalCode": {
"type": "string",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment