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' {