aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/strings
AgeCommit message (Expand)Author
2010-07-01strings and bytes.Split: make count of 0 mean 0, not infinite.Rob Pike
2010-06-30bytes, strings: add ReplaceRuss Cox
2010-06-14Add IndexFunc and LastIndexFunc.Roger Peppe
2010-05-05Conversion from loop to copy().Kyle Consalus
2010-04-20strings: add ReadRune to ReaderKyle Consalus
2010-04-19Added strings.FieldsFunc, a generalization of strings.Fields in style of the ...Kyle Consalus
2010-04-09strings: add IndexRune, Trim, TrimLeft, TrimRight, and the generic equivalent...Michael Hoisie
2010-03-30Unicode: provide an ability to supplement the case-mapping tablesRob Pike
2010-03-29strings.FIelds: slight simplification.Rob Pike
2010-03-26bytes, strings: IndexOfAnyRobert Griesemer
2010-03-04strings: make Split(s, "", n) fasterSpring Mc
2010-02-25strings: delete Runes, BytesRuss Cox
2010-02-25strings: remove a couple of redundant testsRobert Griesemer
2009-12-15bytes, strings: add new function FieldsAndrey Mirtchovski
2009-12-151) Change default gofmt default settings forRobert Griesemer
2009-12-11bytes, strings: allow -1 in Map to mean "drop this character".Kei Son
2009-12-02Runes: turn string into []intPeter Froehlich
2009-11-30Typo in comment.Robert Griesemer
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox
2009-11-18add bytes.IndexByte; common case we can make fast later.Rob Pike
2009-11-16 An asked-for-in #go-nuts extension to quickly create a repeatedDavid G. Andersen
2009-11-15fix bug in bytes.Map and add test cases for Map in both strings and bytes pac...Rob Pike
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer
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-10-07apply gofmt to rand reflect regexp rpc runtime sort strconv strings sync sysc...Russ Cox
2009-09-21move strings.Buffer into bytesRob Pike
2009-09-21step 2 of the great buffer shift.Rob Pike
2009-09-16first cut at a string buffer.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-08-31rearrange some constants. unicode package now defines MaxRune and Replacemen...Rob Pike
2009-08-12convert non-low-level non-google pkg codeRuss Cox
2009-06-29io.StringBytes -> strings.BytesRuss Cox
2009-06-24style police: parens in if, for, switch, rangeRuss 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