func unicode.IsPrint
5 uses
unicode (current package)
graphic.go#L50: func IsPrint(r rune) bool {
log/slog
text_handler.go#L155: if r == utf8.RuneError || unicode.IsSpace(r) || !unicode.IsPrint(r) {
regexp/syntax
regexp.go#L399: if unicode.IsPrint(r) {
text/template
funcs.go#L716: if unicode.IsPrint(r) {
text/template/parse
lex.go#L447: case r <= unicode.MaxASCII && unicode.IsPrint(r):
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)