Handbook
Glossary
href-contains? ( str tag -- ? )
Vocabulary
html
.
parser
.
analyzer
Inputs
str
an
object
tag
an
object
Outputs
?
an
object
Definition
USING:
kernel
sequences
;
IN:
html.parser.analyzer
:
href-contains?
( str tag -- ? )
"href"
attribute*
[
swap
subseq-of?
]
[
2drop
f
]
if
;