func unicode.IsPunct
3 uses
unicode (current package)
graphic.go#L113: func IsPunct(r rune) bool {
go/doc/comment
parse.go#L842: if !unicode.IsPunct(r) && r != ' ' && r != '\t' && r != '\n' {
parse.go#L848: if !unicode.IsPunct(r) && r != ' ' && r != '\t' && r != '\n' {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)