Handbook
Glossary
trim-text ( vector -- vector' )
Vocabulary
html
.
parser
.
analyzer
Inputs
vector
an
object
Outputs
vector'
an
object
Definition
USING:
accessors
html.parser
kernel
sequences
unicode
;
IN:
html.parser.analyzer
:
trim-text
( vector -- vector' )
[
dup
name>>
text
=
[
[
[
blank?
]
trim
]
change-text
]
when
]
map
;