var github.com/google/safehtml/template.endsWithCharRefPrefixPattern

2 uses

	github.com/google/safehtml/template (current package)
		sanitize.go#L188: var endsWithCharRefPrefixPattern = regexp.MustCompile(
		sanitize.go#L194: 	if endsWithCharRefPrefixPattern.MatchString(prefix) {