Handbook
Glossary
c-identifier-char? ( ch -- ? )
Vocabulary
regexp
.
classes
Inputs
ch
an
object
Outputs
?
an
object
Definition
USING:
combinators.short-circuit
kernel
unicode
;
IN:
regexp.classes
:
c-identifier-char?
( ch -- ? )
{
[
alpha?
]
[
95
=
]
}
1||
;