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§
- Numeric
- Represents Unicode characters with
General_Category = Nd | Nl | No.
Functions§
- is_
numeric - Return
truefor numeric characters,falseotherwise.