isHexString()⚓︎ function isHexString(input): boolean Determines whether or not a string is a hex string. Parameters⚓︎ Parameter Type Description input string String to test. Returns⚓︎ boolean \c true if the input is a hex string, \c false otherwise.