Handbook
Glossary
html-class? ( tag string -- ? )
Vocabulary
html
.
parser
.
analyzer
Inputs
tag
a
tag
string
a classname
Outputs
?
a
boolean
Word description
t if the tag has the given class.
Definition
USING:
kernel
sequences
splitting
unicode
;
IN:
html.parser.analyzer
:
html-class?
( tag string -- ? )
swap
"class"
attribute
[
blank?
]
split-when
member?
;