func bytes.Replace

2 uses

	bytes (current package)
		bytes.go#L1130: func Replace(s, old, new []byte, n int) []byte {
		bytes.go#L1172: 	return Replace(s, old, new, -1)