public final class UnicodeCharacterProperties extends Object
| Constructor and Description |
|---|
UnicodeCharacterProperties() |
| Modifier and Type | Method and Description |
|---|---|
static CharacterSet |
getUnicodeProperty(String propertySpec)
Returns the set of characters having a given unicode character property.
|
public static CharacterSet getUnicodeProperty(String propertySpec)
propertySpec - a regexp unicode property specification, like "gc=LC".CharacterSet representing the set of unicode characters that have the given
property.