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

RANDOM

RANDOM

Makes each letter randomly uppercase or lowercase.

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.