Expand description
Numeric Character Property, equal to General_Category = Nd | Nl | No
.
NOTE: This property is not defined by UCD, but is used commonly enough in Unicode algorithms and applications to provide an optimized implementation.
Structs§
- Represents Unicode characters with
General_Category = Nd | Nl | No
.
Functions§
- Return
true
for numeric characters,false
otherwise.