package ascii

Import Path
	net/http/internal/ascii (on go.dev)

Dependency Relation
	imports 2 packages, and imported by one package

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.