Skip to content

Fix issue 27#28

Open
marmg wants to merge 1 commit intoProjectBabbler:masterfrom
marmg:patch-1
Open

Fix issue 27#28
marmg wants to merge 1 commit intoProjectBabbler:masterfrom
marmg:patch-1

Conversation

@marmg
Copy link

@marmg marmg commented Jun 19, 2025

Fix issue #27 by changing regex from:

re.match(r"^[A-Z]{2}-[A-Z0-9]{2,3}-[A-Z0-9]{2,3}$", value)

to

re.match(r"^[A-Z]{2}-[A-Z0-9]{1,3}-[A-Z0-9]{2,3}$", value)

Closes #27

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.

Location code regex are not correct

1 participant