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

2 uses

	github.com/google/safehtml/template (current package)
		url.go#L83: var endsWithPercentEncodingPrefixPattern = regexp.MustCompile(
		url.go#L108: 	if endsWithPercentEncodingPrefixPattern.MatchString(decoded) {