Node.byAttribute

Search children by tag attribute key/val.

struct Node
byAttribute
(
Flag!"caseInsensitive" caseInsensitive = No.caseInsensitive
)
(
string key
,
string value
)

Return Value

Type: auto

a lazy range of nodes

See Also

byAttributeKey, byTagName, byClass, byId, byCssSelector

Meta