Class UnicodeCharacterProperties
java.lang.Object
com.oracle.truffle.regex.chardata.UnicodeCharacterProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CharacterSetgetUnicodeProperty(String propertySpec) Returns the set of characters having a given unicode character property.
-
Constructor Details
-
UnicodeCharacterProperties
public UnicodeCharacterProperties()
-
-
Method Details
-
getUnicodeProperty
Returns the set of characters having a given unicode character property.- Parameters:
propertySpec- a regexp unicode property specification, like "gc=LC".- Returns:
- a
CharacterSetrepresenting the set of unicode characters that have the given property.
-