func strings.LastIndexAny
3 uses
strings (current package)
strings.go#L235: func LastIndexAny(s, chars string) int {
go/types
resolver.go#L741: if i := strings.LastIndexAny(path, `/\`); i > 0 {
google.golang.org/protobuf/encoding/protojson
well_known_types.go#L814: j := strings.LastIndexAny(s, "Z-+") // start of timezone field
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)