Randomness v2.7.1
/
com.fwdekker.randomness
/
CapitalizationMode
/
LOWER
L
O
W
E
R
LOWER
("lower", { string -> string.lowercase(Locale.getDefault()) })
Content copied to clipboard
Makes all characters lowercase.
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