summaryrefslogtreecommitdiff
path: root/src/strings/replace.go
Commit message (Expand)AuthorAgeFilesLines
* strings: document that order of pairs matters in NewReplacerFrancesco Renzi2019-07-101-1/+2
* strings: document that NewReplacer can panicBrad Fitzpatrick2019-04-031-0/+2
* strings: Replace s[:] to s where s is a slice.Ivan Sharavuev2018-10-131-1/+1
* io: export StringWriterDaniel Martí2018-10-031-6/+2
* strings: select Replacer algorithm and build machine lazilyBrad Fitzpatrick2018-08-211-6/+22
* strings: clarify Replacer's replacement orderAlberto Donizetti2018-04-261-2/+3
* strings: speed-up replace for byteStringReplacer caseIlya Tocar2018-04-021-19/+53
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+518