package ascii
Import Path
net/http/internal/ascii (on go.dev)
Dependency Relation
imports 2 packages, and imported by 2 packages
Involved Source Files
print.go
Package-Level Functions (total 5, in which 4 are exported)
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.4.9. (GOOS=linux GOARCH=amd64)