regexp.Regexp.ReplaceAllString (method)

7 uses

	regexp (current package)
		regexp.go#L570: func (re *Regexp) ReplaceAllString(src, repl string) string {

	github.com/google/safehtml
		stylesheet.go#L52: 	selectorWithoutStrings := cssStringPattern.ReplaceAllString(selector, "")

	golang.org/x/mod/internal/lazyregexp
		lazyre.go#L47: 	return r.re().ReplaceAllString(src, repl)

	golang.org/x/pkgsite/internal/frontend
		goldmark.go#L188: 	str := r.ReplaceAllString(string(value), "")

	golang.org/x/pkgsite/internal/godoc/dochtml/internal/render
		linkify.go#L111: 					id := badAnchorRx.ReplaceAllString(blk.title, "_")

	golang.org/x/pkgsite/internal/postgres
		details.go#L222: 	return packageLinkRegexp.ReplaceAllString(docHTML, `$1$2$3`)

	internal/lazyregexp
		lazyre.go#L47: 	return r.re().ReplaceAllString(src, repl)