Module numeric

Source
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 true for numeric characters, false otherwise.