func unicode.IsGraphic
4 uses
unicode (current package)
graphic.go#L36: func IsGraphic(r rune) bool {
go/parser
parser.go#L2284: if !unicode.IsGraphic(r) || unicode.IsSpace(r) || strings.ContainsRune(illegalChars, r) {
go/printer
nodes.go#L1540: if !unicode.IsGraphic(r) || unicode.IsSpace(r) || strings.ContainsRune(illegalChars, r) {
golang.org/x/pkgsite/internal/frontend
versions.go#L305: if !unicode.IsGraphic(r) && !unicode.IsSpace(r) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |