summaryrefslogtreecommitdiff
path: root/src/strings/example_test.go
Commit message (Expand)AuthorAgeFilesLines
* strings: clarify usage of Title and ToTitleAndrew Todd2019-07-301-1/+10
* strings: clarify example of ContainsAnyMartin Sucha2019-05-241-1/+5
* strings: add ReplaceAll exampledupoxy2018-12-131-0/+6
* strings: revert accidental example change from CL 153840Brad Fitzpatrick2018-12-131-1/+1
* all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick2018-09-261-1/+1
* strings: add BuilderCaleb Spare2017-11-061-0/+11
* strings: add examples for specialCaseRamazan AYYILDIZ2017-10-311-0/+16
* strings: add examples for Index functionsmolivier2017-08-091-0/+20
* strings: add Examples for TrimFunc and variants during Gophercon!Lyle Franklin2017-08-081-29/+52
* strings: add a example for TrimFuncFrancisco Rojas2017-07-151-0/+8
* strings: add a example for Compare funcFrancisco Rojas2017-07-151-0/+10
* strings: add example for IndexBytePablo Santiago Blum de Aguiar2017-07-151-0/+9
* strings: add example for LastIndexAnyEvan Hicks2017-07-151-0/+10
* strings: add example for ContainsRuneKate Manson2017-07-151-0/+10
* strings: Add examples for HasPrefix and HasSuffixGaurish Sharma2015-10-231-0/+22
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+225