package upalpha func RuneIs(value rune) bool { return 'A' <= value && value <= 'Z' }