intellij-randomness / com.fwdekker.randomness / CapitalizationMode / UPPER

UPPER

UPPER

Makes all characters uppercase.

Inherited Properties

descriptor

val descriptor: String

the name of the capitalization mode

transform

val transform: (String) -> String

the function which capitalizes the given string to the mode's format

Inherited Functions

toString

fun toString(): String

Returns the descriptor of the capitalization mode.