MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / stringIsHexadecimal

Function stringIsHexadecimal

Source/Core/CtrlrUtilities.cpp:993–996  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

991}
992
993bool stringIsHexadecimal(const String &hexData)
994{
995 return hexData.isNotEmpty() && hexData.containsOnly("abcdefABCDEF0123456789 ");
996}
997
998int getVersionAsHexInteger(const String version)
999{

Callers 1

CtrlrMidiMessageMethod · 0.85

Calls 2

containsOnlyMethod · 0.80
isNotEmptyMethod · 0.45

Tested by

no test coverage detected