regexp.Regexp.ReplaceAll (method)
3 uses
regexp (current package)
regexp.go#L651: func (re *Regexp) ReplaceAll(src, repl []byte) []byte {
html/template
escape.go#L753: 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.8.4. (GOOS=linux GOARCH=amd64)