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