aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/strings/strings.go
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2014-09-01strings: use Rabin-Karp algorithm for LastIndex.Rui Ueyama
2014-08-25strings, bytes: document behavior of Replace when old is emptyCaleb Spare
2014-06-11bytes, strings: optimize RepeatRui Ueyama
2013-08-27bytes, strings: use copy in RepeatEvan Shaw
2013-08-05strings: use runtime assembly for IndexByteBrad Fitzpatrick
2013-08-01strings: add IndexByte, for consistency with bytes packageBrad Fitzpatrick
2013-03-19bytes,strings: remove user name from BUG in commentRob Pike
2013-03-15bytes,string: move the BUG to the comment of the function it's aboutRob Pike
2013-03-06strings: remove allocations in Split(s, "")Ewan Chou
2013-02-20bufio: new Scanner interfaceRob Pike
2013-02-19strings: faster Count, IndexDonovan Hide
2013-02-17strings: better mean complexity for Count and Index.Rémy Oudompheng
2013-02-01bytes, strings: add TrimPrefix and TrimSuffixBrad Fitzpatrick
2011-12-08update tree for new default type ruleRuss Cox
2011-11-23strings: Add ContainsAny and ContainsRune to correspond to IndexAny etc.Scott Lawrence
2011-11-08renaming_3: gofix -r go1pkgrename src/pkg/[m-z]*Rob Pike
2011-10-25bytes, strings: use runeRuss Cox
2011-09-26bytes: add EqualFoldRuss Cox
2011-09-26strings: add EqualFoldRuss Cox
2011-07-14go/printer: changed max. number of newlines from 3 to 2Robert Griesemer
2011-06-28strings.Split: make the default to split all.Rob Pike
2011-04-20src/pkg: make package doc comments consistently start with "Package foo".Nigel Tao
2011-03-29bytes, strings: simplify JoinEvan Shaw
2011-03-28strings: Map: avoid allocation when string is unchangedBrad Fitzpatrick
2011-03-08strings: add IndexRune tests, ASCII fast pathBrad Fitzpatrick
2011-01-04strings: fix description of FieldsFuncRoger Peppe
2010-11-30utf8: make EncodeRune's destination the first argument.Adam Langley
2010-11-12strings: add LastIndexAnyBenny Siegert
2010-11-01strings: ContainsBrad Fitzpatrick
2010-10-26use copyRuss Cox
2010-09-23bytes, strings: change lastIndexFunc to use DecodeLastRuneRoger Peppe
2010-09-21strings: fix minor bug in LastIndexFuncRoger Peppe
2010-08-05bytes: add IndexRune, FieldsFunc and To*SpecialChristian Himpel
2010-08-03strings: fix Split("", "", -1)Scott Lawrence
2010-07-27bytes, strings: mention the n < 0 case in Split/SplitAfter doc commentAndrew Gerrand
2010-07-23bytes: port IndexFunc and LastIndexFunc from strings packageFazlul Shahriar
2010-07-20strings: add TitleRob Pike
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-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