aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/strings/replace.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
2011-11-01src/pkg/[n-z]*: gofix -r error -force=errorRuss 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