index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
strings
/
example_test.go
Age
Commit message (
Expand
)
Author
2025-05-12
bytes, strings: rename parameters in ExampleCut{Pre,Suf}fix
Tobias Klauser
2025-02-10
strings: add examples for Lines, SplitSeq, SplitAfterSeq, FieldsSeq and Field...
cuishuang
2024-08-16
strings: fix typo in examples
Gökhan Özeloğlu
2024-08-07
bytes,strings: use a more universal Cyrillic word
Oleksandr Redko
2023-10-09
bytes,strings: add example for ContainsFunc
cui fliter
2023-01-20
bytes,strings: add some examples
fangguizhen
2022-04-02
strings: document the use of simple case-folding in EqualFold
hopehook
2021-10-06
bytes, strings: add Cut
Russ Cox
2019-07-30
strings: clarify usage of Title and ToTitle
Andrew Todd
2019-05-24
strings: clarify example of ContainsAny
Martin Sucha
2018-12-13
strings: add ReplaceAll example
dupoxy
2018-12-13
strings: revert accidental example change from CL 153840
Brad Fitzpatrick
2018-09-26
all: use strings.ReplaceAll and bytes.ReplaceAll where applicable
Brad Fitzpatrick
2017-11-06
strings: add Builder
Caleb Spare
2017-10-31
strings: add examples for specialCase
Ramazan AYYILDIZ
2017-08-09
strings: add examples for Index functions
molivier
2017-08-08
strings: add Examples for TrimFunc and variants during Gophercon!
Lyle Franklin
2017-07-15
strings: add a example for TrimFunc
Francisco Rojas
2017-07-15
strings: add a example for Compare func
Francisco Rojas
2017-07-15
strings: add example for IndexByte
Pablo Santiago Blum de Aguiar
2017-07-15
strings: add example for LastIndexAny
Evan Hicks
2017-07-15
strings: add example for ContainsRune
Kate Manson
2015-10-23
strings: Add examples for HasPrefix and HasSuffix
Gaurish Sharma
2014-09-08
build: move package sources from src/pkg to src
Russ Cox