var github.com/google/safehtml.trustedResourceURLFormatMarkerPattern

2 uses

	github.com/google/safehtml (current package)
		trustedresourceurl.go#L130: 	ret := trustedResourceURLFormatMarkerPattern.ReplaceAllStringFunc(format, func(match string) string {
		trustedresourceurl.go#L156: var trustedResourceURLFormatMarkerPattern = regexp.MustCompile(`%{[[:word:]]+}`)