github.com/andybalholm/cascadia.attrSelector.regexp (field)

3 uses

	github.com/andybalholm/cascadia (current package)
		parser.go#L415: 		return attrSelector{key: key, val: val, operation: op, regexp: rx}, nil
		selector.go#L217: 	regexp              *regexp.Regexp
		selector.go#L241: 		return attributeRegexMatch(t.key, t.regexp, n)