Handbook
Glossary
md5-string? ( str -- ? )
Hex Strings
Prev:
hex-string>bytes ( hex-string -- bytes )
Next:
sha1-string? ( str -- ? )
Vocabulary
hex-strings
Inputs
str
an
object
Outputs
?
an
object
Definition
USING:
combinators.short-circuit
kernel
sequences
;
IN:
hex-strings
:
md5-string?
( str -- ? )
{
[
length
32
=
]
[
hex-string?
]
}
1&&
;