Skip to content

isHexString⚓︎

isHexString
Determines whether a string is a hex string.

ts function isHexString(input): booleanDetermines whether 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.