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

Possible bug in the Identifier regex? #130

Open
dave-addition opened this issue Oct 24, 2024 · 0 comments
Open

Possible bug in the Identifier regex? #130

dave-addition opened this issue Oct 24, 2024 · 0 comments

Comments

@dave-addition
Copy link

Describe the bug

In section 2.4 (code, live) there is a regex for valid Identifiers:

/[A-Za-z_][a-za-z_0-9]*/

This looks strange, because [a-za-z] is equivalent to [a-z]. In addition, we're actively running GROQ queries against Sanity which use camelCase identifiers.


Is it possible that this regex is meant to be /[A-Za-z_][A-za-z_0-9]*/?

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

No branches or pull requests

1 participant