func strings.FieldsFunc
6 uses
strings (current package)
strings.go#L337: return FieldsFunc(s, unicode.IsSpace)
strings.go#L375: func FieldsFunc(s string, f func(rune) bool) []string {
github.com/go-redis/redis/v8
options.go#L224: f := strings.FieldsFunc(u.Path, func(r rune) bool {
golang.org/x/pkgsite/internal/frontend
goldmark.go#L192: str = strings.Join(strings.FieldsFunc(str, f), "-")
golang.org/x/pkgsite/internal/godoc/dochtml/internal/render
linkify.go#L338: rfcFields := strings.FieldsFunc(word, func(c rune) bool {
net/http
fs.go#L732: for _, ent := range strings.FieldsFunc(v, isSlashRune) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |