mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-21 19:08:31 +00:00
7044849: Constructs for Unicode binary properties should be \p{IsXXX} not p{isXXX}
Fixed the doc typo Reviewed-by: alanb
This commit is contained in:
parent
2804648f95
commit
ceaf51e180
@ -213,7 +213,7 @@ import java.util.Arrays;
|
||||
* <td headers="matches">A character in the Greek block (<a href="#ubc">block</a>)</td></tr>
|
||||
* <tr><td valign="top" headers="construct unicode"><tt>\p{Lu}</tt></td>
|
||||
* <td headers="matches">An uppercase letter (<a href="#ucc">category</a>)</td></tr>
|
||||
* <tr><td valign="top" headers="construct unicode"><tt>\p{isAlphabetic}</tt></td>
|
||||
* <tr><td valign="top" headers="construct unicode"><tt>\p{IsAlphabetic}</tt></td>
|
||||
* <td headers="matches">An alphabetic character (<a href="#ubpc">binary property</a>)</td></tr>
|
||||
* <tr><td valign="top" headers="construct unicode"><tt>\p{Sc}</tt></td>
|
||||
* <td headers="matches">A currency symbol</td></tr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user