Versions in this module Expand all Collapse all v1 v1.0.1 Aug 5, 2024 v1.0.0 Nov 9, 2023 Changes in this version + func FindNamedMatches(regex *regexp.Regexp, str string) map[string]string + func GetHTMLChildren(node *html.Node, filter func(*html.Node) bool) (children []*html.Node)