func strings.ContainsAny
6 uses
strings (current package)
strings.go#L66: func ContainsAny(s, chars string) bool {
mime
type_unix.go#L52: if strings.ContainsAny(extension, "?*[") {
mime/multipart
writer.go#L78: if strings.ContainsAny(b, `()<>@,;:\"/[]?= `) {
net/http
client.go#L1018: if strings.ContainsAny(sub, ":%") {
cookie.go#L465: if strings.ContainsAny(v, " ,") || quoted {
path/filepath
match.go#L369: return strings.ContainsAny(path, magicChars)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |