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

Add IsVisualBasicIdentifier() and IsVisualBasicIdentifierPart() methods to Character class #2

Open
NightOwl888 opened this issue Dec 31, 2019 · 0 comments
Labels
good first issue Good for newcomers is:feature pri:low up for grabs This issue is open to be worked on by anyone

Comments

@NightOwl888
Copy link
Owner

NightOwl888 commented Dec 31, 2019

Similar methods were part of the JDK implementation. The rules for how to implement these methods for VB are documented here.

The spot reserved for them to match the Apache Harmony's implementation's order is here.

See this usage example for a real-world perspective of how these methods work together to detect a valid class name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers is:feature pri:low up for grabs This issue is open to be worked on by anyone
Projects
None yet
Development

No branches or pull requests

1 participant