Skip to content

[BUGFIX] String validation regex not strict enough#1384

Open
kitzberger wants to merge 2 commits into
in2code-de:typo3-v13from
kitzberger:fix-string-validation
Open

[BUGFIX] String validation regex not strict enough#1384
kitzberger wants to merge 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

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

1 participant