check if the string is hexadecimal
bool isHexadecimal(String str) { return _hexadecimal.hasMatch(str); }