Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reguliere expressie voor bronhoudercode en bronhoudercodeGeenOverheid is te streng #123

Open
PB-GNM opened this issue Dec 19, 2024 · 0 comments
Labels
bug Something isn't working v3.0.1

Comments

@PB-GNM
Copy link
Collaborator

PB-GNM commented Dec 19, 2024

Waar zit de fout?

In de attributen bronhoudercode en bronhoudercodeGeenOverheid van het ExterneVeiliheidsObject

Wat is de fout?

De reguliere expressie voor bronhoudercode en bronhoudercodeGeenOverheid is te streng.
Hij is nu [A-Z]{3,6}, maar dan kunnen er geen getallen ingevuld worden en dat mag wel.

Wat moet het worden?

[A-Z,0-9]{3,6}

Als je een idee hebt voor de oplossing hier invullen.

@PB-GNM PB-GNM added the bug Something isn't working label Dec 19, 2024
@PB-GNM PB-GNM added the v3.0.1 label Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working v3.0.1
Projects
None yet
Development

No branches or pull requests

1 participant