Handbook
Glossary
find-first-attribute-key-value ( vector value key -- i/f tag/f )
Vocabulary
html
.
parser
.
analyzer
Inputs
vector
an
object
value
an
object
key
an
object
Outputs
i/f
an
object
tag/f
an
object
Definition
USING:
kernel
sequences
unicode
;
IN:
html.parser.analyzer
:
find-first-attribute-key-value
( vector value key -- i/f tag/f )
>lower
swap
[
[
attribute
]
curry
]
dip
[
=
]
curry
compose
find
;