func strings.EqualFold
10 uses
strings (current package)
strings.go#L1137: func EqualFold(s, t string) bool {
crypto/x509
verify.go#L408: return mailbox.local == constraintMailbox.local && strings.EqualFold(mailbox.domain, constraintMailbox.domain), nil
verify.go#L496: if !strings.EqualFold(constraintLabel, domainLabels[i]) {
github.com/google/uuid
uuid.go#L76: if !strings.EqualFold(s[:9], "urn:uuid:") {
uuid.go#L202: if !strings.EqualFold(s[:9], "urn:uuid:") {
mime
encodedword.go#L181: return strings.EqualFold(charset, "UTF-8")
encodedword.go#L317: case strings.EqualFold("utf-8", charset):
encodedword.go#L319: case strings.EqualFold("iso-8859-1", charset):
encodedword.go#L323: case strings.EqualFold("us-ascii", charset):
mime/multipart
multipart.go#L161: if strings.EqualFold(bp.Header.Get(cte), "quoted-printable") {
 |
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. |