Randomness v2.7.2
/
com.fwdekker.randomness
/
CapitalizationMode
/
RETAIN
R
E
T
A
I
N
RETAIN
("retain", { string -> string })
Content copied to clipboard
Does not change the string.
Functions
Properties
Functions
toString
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
Returns the descriptor of the capitalization mode.
Properties
descriptor
Link copied to clipboard
val
descriptor
:
String
Content copied to clipboard
the name of the capitalization mode
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard
transform
Link copied to clipboard
val
transform
: (
String
) ->
String
Content copied to clipboard
the function which capitalizes the given string to the mode's format