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

New logic to increment house number #7

Merged
merged 5 commits into from
Dec 9, 2024
Merged

Conversation

MSbitani
Copy link
Contributor

This allows any house number format by breaking down the input into chunks that are processed individually as numbers or letters. Numbers are incremented normally, but letters will increment the prior chunk if they roll over past Z. Any non-digit/letter character and 0-padded numbers are maintained. The existing supported formats work exactly the same as before. The input format switch is also removed, as it serves no purpose.

@MSbitani MSbitani changed the title New logic to increment house numberAny format New logic to increment house number Nov 26, 2024
@mapomatic mapomatic merged commit a3ee59a into WazeDev:main Dec 9, 2024
1 check passed
@MSbitani MSbitani deleted the any-format branch December 10, 2024 04:56
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.

2 participants