isHex method

bool isHex()

Hexadecimal regex

Implementation

bool isHex() => RegVal.hasMatch(
      this,
      RegexPattern.hexadecimal,
    );