Add IsVisualBasicIdentifier() and IsVisualBasicIdentifierPart() methods to Character class #2
Labels
good first issue
Good for newcomers
is:feature
pri:low
up for grabs
This issue is open to be worked on by anyone
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.
The text was updated successfully, but these errors were encountered: