func strings.LastIndexAny
7 uses
strings (current package)
strings.go#L175: func LastIndexAny(s, chars string) int {
github.com/evanw/esbuild/internal/logger
logger.go#L171: i := strings.LastIndexAny(path, "/\\")
github.com/evanw/esbuild/internal/resolver
resolver.go#L314: slash := strings.LastIndexAny(path, "/\\")
go/doc
comment.go#L122: m1 = strings.LastIndexAny(line[:m1], s)
golang.org/x/pkgsite/internal/godoc/dochtml/internal/render
linkify.go#L325: m1 = strings.LastIndexAny(line[:m1], "()")
linkify.go#L329: m1 = strings.LastIndexAny(line[:m1], "[]")
linkify.go#L370: for i := len(s); i >= 0; i = strings.LastIndexAny(s[:i], `"“”`) {
![]() |
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. |