-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: core-libs
-
b106
-
Verified
Unicode: http://www.unicode.org/reports/tr18/
2.5.1 Individually Named Characters
The following provides syntax for specifying a code point by supplying the precise name. This syntax specifies a single code point, which can thus be used in ranges.
<codepoint> := "\N{" <character_name> "}"
Perl: http://perldoc.perl.org/charnames.html
2.5.1 Individually Named Characters
The following provides syntax for specifying a code point by supplying the precise name. This syntax specifies a single code point, which can thus be used in ranges.
<codepoint> := "\N{" <character_name> "}"
Perl: http://perldoc.perl.org/charnames.html
- relates to
-
JDK-8046101 JEP 111: Additional Unicode Constructs for Regular Expressions
-
- Candidate
-