go/src/strings
Dmitry Vyukov cfb8b18e75 strings: use LastIndexByte in LastIndex
Change-Id: I1add1b92f5c2688a99133d90bf9789d770fd9f05
Reviewed-on: https://go-review.googlesource.com/9503
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
2015-04-30 08:33:29 +00:00
..
compare.go strings: remove overengineered Compare implementation 2015-01-19 02:19:17 +00:00
compare_test.go strings: add Compare(x, y string) int, for symmetry with bytes.Compare 2015-01-15 17:17:05 +00:00
example_test.go
export_test.go
reader.go bytes, strings: add Reader.Size methods 2015-04-06 08:53:47 +00:00
reader_test.go bytes, strings: add Reader.Size methods 2015-04-06 08:53:47 +00:00
replace.go
replace_test.go
search.go
search_test.go
strings.go strings: use LastIndexByte in LastIndex 2015-04-30 08:33:29 +00:00
strings.s
strings_decl.go strings: remove overengineered Compare implementation 2015-01-19 02:19:17 +00:00
strings_test.go bytes, strings: add LastIndexByte 2015-04-30 07:13:18 +00:00