strings.Replacer.Replace (method, view implemented interface methods)

9 uses

	strings (current package)
		replace.go#L95: func (r *Replacer) Replace(s string) string {

	go/doc
		comment.go#L50: 	return unicodeQuoteReplacer.Replace(text)

	html
		escape.go#L179: 	return htmlEscaper.Replace(s)

	internal/profile
		legacy_profile.go#L1046: 			l = r.Replace(l)

	mime/multipart
		writer.go#L135: 	return quoteEscaper.Replace(s)

	net/http
		cookie.go#L385: 	return cookieNameSanitizer.Replace(n)
		fs.go#L162: 		fmt.Fprintf(w, "<a href=\"%s\">%s</a>\n", url.String(), htmlReplacer.Replace(name))
		header.go#L205: 			v = headerNewlineToSpace.Replace(v)
		server.go#L2210: 	return htmlReplacer.Replace(s)