match abstract method

bool match(
  1. int value
)

Determines if the given Unicode code-point value belongs to this character class.

The behavior is undefined if the value is outside of the valid unicode code range.

Implementation

bool match(int value);