summaryrefslogtreecommitdiff
path: root/src/pkg/strings/strings.go
AgeCommit message (Expand)Author
2009-11-05gofmt-ify strings, templateRobert Griesemer
2009-11-04bytes.SplitAfter and strings.SplitAfterRuss Cox
2009-10-12fix comment on strings.LastIndex.Russ Cox
2009-10-10change Title to ToTitle for consistency. (the doc comment was already right)Rob Pike
2009-09-15more "declared and not used".Russ Cox
2009-09-01casing operations for byte arraysRob Pike
2009-09-01make ToUpper, ToLower etc. handle unicode properly.Rob Pike
2009-06-29io.StringBytes -> strings.BytesRuss Cox
2009-06-24Change strings.Split, bytes.Split to take a maximum substring count argument.David Symonds
2009-06-09Basic HTTP client.Steve Newman
2009-06-09mv src/lib to src/pkgRob Pike