1
0
mirror of https://github.com/golang/go synced 2024-10-04 17:11:21 -06:00
go/src/pkg/strings
Christian Himpel 75f6a0c759 bytes: add IndexRune, FieldsFunc and To*Special
Basically these functions are implemented the same way as the
corresponding functions in the strings package.  Test functions
are implemented for IndexRune and FieldsFunc.

Additionally two typos are fixed in packages bytes and strings.

R=r
CC=golang-dev
https://golang.org/cl/1696062
2010-08-05 23:11:06 +10:00
..
Makefile go: makes it build for the case $GOROOT has whitespaces 2009-11-23 17:32:51 -08:00
reader.go strings: add ReadRune to Reader 2010-04-20 22:18:26 -07:00
strings_test.go strings: fix Split("", "", -1) 2010-08-03 13:35:14 +10:00
strings.go bytes: add IndexRune, FieldsFunc and To*Special 2010-08-05 23:11:06 +10:00