go/src/bytes
Brad Fitzpatrick ebdc0b8d68 bytes, strings: add ReplaceAll
Credit to Harald Nordgren for the proposal in
https://golang.org/cl/137456 and #27864.

Fixes #27864

Change-Id: I80546683b0623124fe4627a71af88add2f6c1c27
Reviewed-on: https://go-review.googlesource.com/137855
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2018-09-26 20:51:23 +00:00
..
boundary_test.go bytes: reduce work in IndexNearPageBoundary test 2017-11-04 11:09:49 +00:00
buffer.go bytes: remove bootstrap array from Buffer 2018-09-06 19:33:18 +00:00
buffer_test.go all: fix typos detected by github.com/client9/misspell 2018-08-23 15:54:07 +00:00
bytes.go bytes, strings: add ReplaceAll 2018-09-26 20:51:23 +00:00
bytes_decl.go internal/bytealg: move compare functions to bytealg 2018-03-04 17:49:39 +00:00
bytes_test.go bytes, strings: add ReplaceAll 2018-09-26 20:51:23 +00:00
compare_test.go bytes, strings: fix comparison of long byte slices on s390x 2018-06-29 20:48:07 +00:00
example_test.go bytes: add example for Buffer.Len 2018-08-30 19:10:14 +00:00
export_test.go internal/bytealg: move Count to bytealg 2018-03-04 17:49:25 +00:00
reader.go bytes: add documentation to reader methods 2017-09-21 18:57:04 +00:00
reader_test.go bytes: improve test readability 2017-09-20 13:41:03 +00:00