match abstract method

bool match(
  1. int value
)

Determines if the given character code belongs to the character class.

Implementation

bool match(int value);