Name: nl37777 Date: 03/04/2004
JSR 204 added new methods in the Character class to
support supplementary characters in Java identifiers, but these methods
only check a single character at a time. It would be beneficial to have
a method that takes a complete String or CharSequence and checks
whether it's a valid Java identifiers. Such a method would greatly
increase the chances that tools in general will correctly handle
supplementary characters in identifiers.
======================================================================
JSR 204 added new methods in the Character class to
support supplementary characters in Java identifiers, but these methods
only check a single character at a time. It would be beneficial to have
a method that takes a complete String or CharSequence and checks
whether it's a valid Java identifiers. Such a method would greatly
increase the chances that tools in general will correctly handle
supplementary characters in identifiers.
======================================================================
- duplicates
-
JDK-6332022 Update JSR 269 to Early Draft v0.39
-
- Resolved
-
- relates to
-
JDK-4398693 please add String.isJavaIdentifier
-
- Closed
-