summaryrefslogtreecommitdiff
path: root/src/pkg/strings/strings_test.go
AgeCommit message (Expand)AuthorFilesLines
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý1-1/+64
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-3/+81
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-224/+257
2010-07-01strings and bytes.Split: make count of 0 mean 0, not infinite.Rob Pike1-29/+34
2010-06-30bytes, strings: add ReplaceRuss Cox1-0/+36
2010-06-14Add IndexFunc and LastIndexFunc.Roger Peppe1-9/+110
2010-04-20strings: add ReadRune to ReaderKyle Consalus1-0/+23
2010-04-19Added strings.FieldsFunc, a generalization of strings.Fields in style of the ...Kyle Consalus1-0/+16
2010-04-09strings: add IndexRune, Trim, TrimLeft, TrimRight, and the generic equivalent...Michael Hoisie1-1/+68
2010-03-30Unicode: provide an ability to supplement the case-mapping tablesRob Pike1-0/+22
2010-03-26bytes, strings: IndexOfAnyRobert Griesemer1-3/+16
2010-02-25strings: delete Runes, BytesRuss Cox1-3/+3
2009-12-15bytes, strings: add new function FieldsAndrey Mirtchovski1-0/+30
2009-12-151) Change default gofmt default settings forRobert Griesemer1-80/+80
2009-12-11bytes, strings: allow -1 in Map to mean "drop this character".Kei Son1-0/+13
2009-12-02Runes: turn string into []intPeter Froehlich1-0/+45
2009-11-18add bytes.IndexByte; common case we can make fast later.Rob Pike1-0/+9
2009-11-16 An asked-for-in #go-nuts extension to quickly create a repeatedDavid G. Andersen1-0/+25
2009-11-15fix bug in bytes.Map and add test cases for Map in both strings and bytes pac...Rob Pike1-0/+27
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer1-4/+4
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-18/+18
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer1-15/+5
2009-11-05gofmt-ify strings, templateRobert Griesemer1-23/+19
2009-11-04bytes.SplitAfter and strings.SplitAfterRuss Cox1-0/+30
2009-10-07apply gofmt to rand reflect regexp rpc runtime sort strconv strings sync sysc...Russ Cox1-53/+61
2009-09-15more "declared and not used".Russ Cox1-4/+4
2009-09-01make ToUpper, ToLower etc. handle unicode properly.Rob Pike1-12/+106
2009-08-31rearrange some constants. unicode package now defines MaxRune and Replacemen...Rob Pike1-2/+3
2009-08-12convert non-low-level non-google pkg codeRuss Cox1-1/+0
2009-06-24style police: parens in if, for, switch, rangeRuss Cox1-2/+2
2009-06-24Change strings.Split, bytes.Split to take a maximum substring count argument.David Symonds1-20/+25
2009-06-09Basic HTTP client.Steve Newman1-0/+55
2009-06-09mv src/lib to src/pkgRob Pike1-0/+133