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

RETAIN

RETAIN

Does not change the string.

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.