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