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