1
0
mirror of https://github.com/golang/go synced 2024-11-24 01:30:10 -07:00
go/src/strings
dupoxy 09da280157 strings: add ReplaceAll example
Change-Id: I6b0d470bdedb92844943c8e5823e214d6a7471cf
GitHub-Last-Rev: 4a135000ba
GitHub-Pull-Request: golang/go#29199
Reviewed-on: https://go-review.googlesource.com/c/153840
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2018-12-13 00:35:06 +00:00
..
builder_test.go
builder.go
compare_test.go strings: lower running time of TestCompareStrings 2018-11-04 18:55:55 +00:00
compare.go
example_test.go strings: add ReplaceAll example 2018-12-13 00:35:06 +00:00
export_test.go
reader_test.go bytes, strings: fix Reader.UnreadRune returning without error on a zero Reader 2018-10-29 20:07:25 +00:00
reader.go bytes, strings: fix Reader.UnreadRune returning without error on a zero Reader 2018-10-29 20:07:25 +00:00
replace_test.go
replace.go strings: Replace s[:] to s where s is a slice. 2018-10-13 11:17:13 +00:00
search_test.go
search.go
strings_test.go strings: correctly handle invalid utf8 sequences in Map 2018-10-03 21:27:10 +00:00
strings.go strings,bytes: use inlineable function trampolines instead of linkname 2018-11-08 20:52:47 +00:00
strings.s