summaryrefslogtreecommitdiff
path: root/src/pkg/strings/strings.go
AgeCommit message (Expand)AuthorFilesLines
2010-05-05Conversion from loop to copy().Kyle Consalus1-3/+1
2010-04-19Added strings.FieldsFunc, a generalization of strings.Fields in style of the ...Kyle Consalus1-2/+9
2010-04-09strings: add IndexRune, Trim, TrimLeft, TrimRight, and the generic equivalent...Michael Hoisie1-10/+71
2010-03-30Unicode: provide an ability to supplement the case-mapping tablesRob Pike1-0/+18
2010-03-29strings.FIelds: slight simplification.Rob Pike1-4/+5
2010-03-26bytes, strings: IndexOfAnyRobert Griesemer1-0/+15
2010-03-04strings: make Split(s, "", n) fasterSpring Mc1-17/+24
2010-02-25strings: delete Runes, BytesRuss Cox1-20/+0
2010-02-25strings: remove a couple of redundant testsRobert Griesemer1-2/+4
2009-12-15bytes, strings: add new function FieldsAndrey Mirtchovski1-0/+34
2009-12-151) Change default gofmt default settings forRobert Griesemer1-82/+82
2009-12-11bytes, strings: allow -1 in Map to mean "drop this character".Kei Son1-13/+16
2009-12-02Runes: turn string into []intPeter Froehlich1-1/+12
2009-11-30Typo in comment.Robert Griesemer1-1/+1
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox1-3/+3
2009-11-18add bytes.IndexByte; common case we can make fast later.Rob Pike1-0/+18
2009-11-16 An asked-for-in #go-nuts extension to quickly create a repeatedDavid G. Andersen1-0/+14
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer1-10/+10
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-21/+21
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer1-12/+4
2009-11-05gofmt-ify strings, templateRobert Griesemer1-37/+37
2009-11-04bytes.SplitAfter and strings.SplitAfterRuss Cox1-5/+18
2009-10-12fix comment on strings.LastIndex.Russ Cox1-1/+1
2009-10-10change Title to ToTitle for consistency. (the doc comment was already right)Rob Pike1-1/+1
2009-09-15more "declared and not used".Russ Cox1-5/+7
2009-09-01casing operations for byte arraysRob Pike1-4/+4
2009-09-01make ToUpper, ToLower etc. handle unicode properly.Rob Pike1-47/+68
2009-06-29io.StringBytes -> strings.BytesRuss Cox1-0/+10
2009-06-24Change strings.Split, bytes.Split to take a maximum substring count argument.David Symonds1-15/+26
2009-06-09Basic HTTP client.Steve Newman1-0/+15
2009-06-09mv src/lib to src/pkgRob Pike1-0/+178