func unicode.IsPrint

2 uses

	unicode (current package)
		graphic.go#L50: func IsPrint(r rune) bool {

	regexp/syntax
		regexp.go#L255: 	if unicode.IsPrint(r) {