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

Enforce field keys starting with a letter #170

Merged
merged 1 commit into from
Mar 7, 2025
Merged

Enforce field keys starting with a letter #170

merged 1 commit into from
Mar 7, 2025

Conversation

geoo89
Copy link
Contributor

@geoo89 geoo89 commented Feb 19, 2025

fixes #158

@fagiothree
Copy link
Member

In RapidPro, the method that determines what is a valid key is
regex.match(r"^[a-z][a-z0-9_]*$", key, regex.V0)
are we also checking that the key only has letters or numbers or underscores?

@geoo89
Copy link
Contributor Author

geoo89 commented Mar 7, 2025

Thanks for the full specification. I updated the PR to match this.

@fagiothree fagiothree merged commit b8913e2 into main Mar 7, 2025
12 checks passed
@fagiothree fagiothree deleted the iss158 branch March 7, 2025 15:51
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.

Rapidpro variable names can't start with numbers
2 participants