func text/template.URLQueryEscaper

3 uses

	text/template (current package)
		funcs.go#L54: 		"urlquery": URLQueryEscaper,
		funcs.go#L727: func URLQueryEscaper(args ...any) string {

	html/template
		escape.go#L960: 	return template.URLQueryEscaper(args...)