var github.com/google/safehtml.identifierPattern

2 uses

	github.com/google/safehtml (current package)
		style.go#L153: var identifierPattern = regexp.MustCompile(`^[a-zA-Z][-a-zA-Z]+$`)
		style.go#L186: 			if identifierPattern.MatchString(name) {