aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/strings/replace_test.go
AgeCommit message (Expand)Author
2013-11-01[release-branch.go1.2] strings: fix Replacer bug with prefix matchesAndrew Gerrand
2012-09-28strings: implement a faster single-string ReplacerEric Roshan-Eisner
2012-09-17strings: implement a faster generic ReplacerEric Eisner
2012-09-12strings: fix NewReplacer(old0, new0, old1, new1, ...) to be consistentNigel Tao
2012-09-11strings: more thorough Replacer tests.Nigel Tao
2011-10-25bytes, strings: use runeRuss Cox
2011-10-03strings: implement a faster byte->string ReplacerBrad Fitzpatrick
2011-10-03strings: implement a faster byte->byte ReplacerBrad Fitzpatrick
2011-09-28strings: add Replacer, NewReplacerBrad Fitzpatrick