//core/io.github.serpro69.kfaker.provider.misc/StringProvider/letterify
letterify¶
[jvm]\ fun letterify(template: String, upper: Boolean? = null): String
Replaces every ?
char for this template string with a random letter from the English alphabet, and returns the modified String.
Parameters¶
jvm
upper | set to true or false to control the case of generated letters. |