Constant
UNI_UPPERCASE
The Uppercase character property.
Since v1.0
enum unibp {
UNI_UPPERCASE,
}Discussion 🔗
This includes characters with general category UNI_UPPERCASE_LETTER plus the circled uppercase letter symbols, and the compatibility uppercase Roman numerals.
Support for the Uppercase character property is enabled in the JSON configuration file with:
{
"characterProperties": [
"Uppercase"
]
}