Handbook
Glossary
ascii-hex-alpha? ( ch -- ? )
Vocabulary
html5
Inputs
ch
an
object
Outputs
?
an
object
Definition
USING:
combinators.short-circuit
;
IN:
html5
:
ascii-hex-alpha?
( ch -- ? )
{
[
ascii-upper-hex-digit?
]
[
ascii-lower-hex-digit?
]
}
1||
;
inline