UPPER
Makes all characters uppercase.
val descriptor: String
the name of the capitalization mode  | 
|
val transform: (String) -> String
the function which capitalizes the given string to the mode's format  | 
fun toString(): String
Returns the descriptor of the capitalization mode.  |