Handbook
Glossary
article-words ( name -- words )
Vocabulary
help
.
search
.
private
Inputs
name
an
object
Outputs
words
an
object
Definition
USING:
combinators.short-circuit
help.topics
kernel
sequences
splitting
unicode
;
IN:
help.search.private
MEMO:
article-words
( name -- words )
article-content
[
element-value
]
map
join-words
search-words
[
[
digit?
]
all?
]
reject
[
[
{
[
letter?
]
[
digit?
]
}
1||
not
]
trim
]
map!
harvest
;