package ascii
Import Path
net/http/internal/ascii (on go.dev)
Dependency Relation
imports 2 packages, and imported by 3 packages
Involved Source Files
print.go
Package-Level Functions (total 4)
EqualFold is [strings.EqualFold], ASCII only. It reports whether s and t
are equal, ASCII-case-insensitively.
Is returns whether s is ASCII.
IsPrint returns whether s is ASCII and printable according to
https://tools.ietf.org/html/rfc20#section-4.2.
ToLower returns the lowercase version of s if s is ASCII and printable.
The pages are generated with Golds v0.7.0-preview. (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. |