isHex64

fun isHex64(input: String): Boolean

Checks if a given string is a valid hexadecimal string with a length of 64 characters.

Author

Marcus Cvjeticanin

Since

0.3.0

Return

true if the string is a valid hexadecimal string with a length of 64 characters, false otherwise.

Parameters

input

The string to check.