aboutsummaryrefslogtreecommitdiff
path: root/src/strings/example_test.go
AgeCommit message (Expand)Author
2021-10-06bytes, strings: add CutRuss Cox
2019-07-30strings: clarify usage of Title and ToTitleAndrew Todd
2019-05-24strings: clarify example of ContainsAnyMartin Sucha
2018-12-13strings: add ReplaceAll exampledupoxy
2018-12-13strings: revert accidental example change from CL 153840Brad Fitzpatrick
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2017-11-06strings: add BuilderCaleb Spare
2017-10-31strings: add examples for specialCaseRamazan AYYILDIZ
2017-08-09strings: add examples for Index functionsmolivier
2017-08-08strings: add Examples for TrimFunc and variants during Gophercon!Lyle Franklin
2017-07-15strings: add a example for TrimFuncFrancisco Rojas
2017-07-15strings: add a example for Compare funcFrancisco Rojas
2017-07-15strings: add example for IndexBytePablo Santiago Blum de Aguiar
2017-07-15strings: add example for LastIndexAnyEvan Hicks
2017-07-15strings: add example for ContainsRuneKate Manson
2015-10-23strings: Add examples for HasPrefix and HasSuffixGaurish Sharma
2014-09-08build: move package sources from src/pkg to srcRuss Cox