From d1f4cf51d004ed74930816bcfb56d14395c09fed Mon Sep 17 00:00:00 2001 From: Karsten Thiems <150006841+typecastcloud@users.noreply.github.com> Date: Wed, 18 Sep 2024 16:50:51 +0200 Subject: [PATCH] Fix indentation --- src/types/Patterns.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/Patterns.ts b/src/types/Patterns.ts index 54b871b..e98c97b 100644 --- a/src/types/Patterns.ts +++ b/src/types/Patterns.ts @@ -58,7 +58,7 @@ export const Patterns = { // \s whitespace // \x22 double quote legalEntityPattern: - /^(?!.*\s$)([\p{L}\u0E00-\u0E7F\d\p{Sc}@%*+_\-/\\,.:;=<>!?&^#'\x22()[\]]\s?){1,160}$/u, + /^(?!.*\s$)([\p{L}\u0E00-\u0E7F\d\p{Sc}@%*+_\-/\\,.:;=<>!?&^#'\x22()[\]]\s?){1,160}$/u, registeredNamePattern: /^(?!.*\s$)[a-zA-ZÀ-ÿŚął\d][a-zA-ZÀ-ÿŚął\d\s!#'$@&%()*+,\-_./:;=<>?[\]\\^]{2,60}$/, regionPattern: /^(?!.*\s$)([a-zA-Z0-9À-ÿŚął,"()'-]\s?)*$/,