feat: Regulären Ausdruck zur Überprüfung der Stadt im Frontend hinzugefügt.

This commit is contained in:
Developer 02
2024-07-18 14:13:33 +02:00
parent fe1d553a8d
commit 7d582d2422
3 changed files with 43 additions and 1 deletions

View File

@@ -119,5 +119,17 @@
"AddedWho": "DDEnvelopGenerator",
"ReminderTypeId": 202377,
"EmailAttmt1": ""
}
},
"Regexes": [
{
"Pattern": "/^\\p{L}+(?:([\\ \\-\\']|(\\.\\ ))\\p{L}+)*$/u",
"Name": "City",
"Platforms": [ ".NET" ]
},
{
"Pattern": "/^[a-zA-Z\\u0080-\\u024F]+(?:([\\ \\-\\']|(\\.\\ ))[a-zA-Z\\u0080-\\u024F]+)*$/",
"Name": "City",
"Platforms": [ "javascript" ]
}
]
}