1
0
mirror of https://github.com/golang/go synced 2024-10-04 14:31:21 -06:00
go/src/pkg/strings
2013-12-20 23:19:32 -08:00
..
example_test.go strings: Add example function for IndexAny 2013-12-16 10:50:56 -08:00
export_test.go strings: implement a faster single-string Replacer 2012-09-28 12:34:18 +10:00
reader_test.go bytes, strings: fix Reader WriteTo return value on 0 bytes copied 2012-11-25 09:04:13 -08:00
reader.go bytes, strings: fix Reader WriteTo return value on 0 bytes copied 2012-11-25 09:04:13 -08:00
replace_test.go strings: fix Replacer bug with prefix matches 2013-10-24 15:51:19 -07:00
replace.go strings: fix Replacer bug with prefix matches 2013-10-24 15:51:19 -07:00
search_test.go strings: implement a faster single-string Replacer 2012-09-28 12:34:18 +10:00
search.go strings: implement a faster single-string Replacer 2012-09-28 12:34:18 +10:00
strings_decl.go strings: use runtime assembly for IndexByte 2013-08-05 15:04:05 -07:00
strings_test.go bytes, strings: improve Title test coverage by adding cases with underscore and unicode line separator 2013-12-20 23:19:32 -08:00
strings.go bytes, strings: use copy in Repeat 2013-08-27 09:21:08 +10:00
strings.s strings: use runtime assembly for IndexByte 2013-08-05 15:04:05 -07:00