mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8305107: Emoji related binary properties in RegEx
Reviewed-by: iris, rriggs, jpai
This commit is contained in:
parent
5919fad1f4
commit
ee3023359c
3 changed files with 52 additions and 6 deletions
|
@ -638,6 +638,12 @@ import jdk.internal.util.regex.Grapheme;
|
|||
* <li> Join_Control
|
||||
* <li> Noncharacter_Code_Point
|
||||
* <li> Assigned
|
||||
* <li> Emoji
|
||||
* <li> Emoji_Presentation
|
||||
* <li> Emoji_Modifier
|
||||
* <li> Emoji_Modifier_Base
|
||||
* <li> Emoji_Component
|
||||
* <li> Extended_Pictographic
|
||||
* </ul>
|
||||
* <p>
|
||||
* The following <b>Predefined Character classes</b> and <b>POSIX character classes</b>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue