Skip to content

[BUGFIX] String validation regex not strict enough - #1384

Merged
mschwemer merged 2 commits into
in2code-de:typo3-v13from
kitzberger:fix-string-validation
Aug 3, 2026
Merged

[BUGFIX] String validation regex not strict enough#1384
mschwemer merged 2 commits into
in2code-de:typo3-v13from
kitzberger:fix-string-validation

Conversation

@kitzberger

@kitzberger kitzberger commented Jun 28, 2026

Copy link
Copy Markdown
Contributor
  • FIX: pattern to validate letter-only
  • Make pattern configurable (e.g. for german letters: ^[A-Za-zäüöÄÜÖß]+$, for french: ^[a-záàéè...]+$)

Resolves: #1383

@mschwemer
mschwemer force-pushed the fix-string-validation branch from 00388b8 to 5d330a6 Compare August 3, 2026 10:17
@mschwemer
mschwemer merged commit 3e11601 into in2code-de:typo3-v13 Aug 3, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Letters-only allowing leading and trailing digits

2 participants