regexp.Regexp.ReplaceAll (method)
3 uses
regexp (current package)
regexp.go#L671: func (re *Regexp) ReplaceAll(src, repl []byte) []byte {
html/template
escape.go#L739: return specialScriptTagRE.ReplaceAll(s, specialScriptTagReplacement)
js.go#L198: errStr = string(scriptTagRe.ReplaceAll([]byte(errStr), []byte(`\x3C${1}script`)))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)