The same behavior

Report a typo

Match the output with the corresponding method call for the following character: char := 'B'

Match the items from left and right columns
unicode.IsDigit(char)
unicode.IsUpper(char)
unicode.IsSpace(char)
unicode.In(char, unicode.Digit)
unicode.In(char, unicode.Upper)
unicode.In(char, unicode.White_Space)
___

Create a free account to access the full topic