Handbook
Glossary
simple ( str -- simple )
Vocabulary
regexp
.
parser
Inputs
str
an
object
Outputs
simple
an
object
Definition
USING:
sequences
unicode
;
IN:
regexp.parser
:
simple
( str -- simple )
>case-fold
[
" \t_"
member?
]
reject
;