func bytes.Replace
5 uses
bytes (current package)
bytes.go#L1173: func Replace(s, old, new []byte, n int) []byte {
bytes.go#L1215: return Replace(s, old, new, -1)
crypto/tls
ech.go#L412: outerAAD := bytes.Replace(hello[4:], payload, make([]byte, len(payload)), 1)
handshake_client_tls13.go#L265: hrrHello = bytes.Replace(hrrHello, hs.serverHello.encryptedClientHello, make([]byte, 8), 1)
github.com/kr/text
wrap.go#L24: words := bytes.Split(bytes.Replace(bytes.TrimSpace(b), nl, sp, -1), sp)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)