Validates if a string matches the SHA-256 hash pattern (64 hexadecimal characters).
input
: The original input text or dataoutput
: The string to validateexpectedOutput
: The expected output to compare against.input
, output
, expectedOutput
) can be marked as optional.validate
function can be a boolean, string, or a number.Result
: (true
or false
, string or a number)assuming response format is boolean
validate
.