Expand description
Alphanumeric Character Property, equal to General_Category = Nd | Nl | No or Alphabetic = Yes
.
This is equivalent to Alphabetic = true or Numeric = true
.
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 alphanumeric characters,false
otherwise.