-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
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
-