SENTENCE
SENTENCE("sentence", { string -> string.toSentenceCase() })
Content copied to clipboard
Makes the first character uppercase and all characters after that lowercase.
Makes the first character uppercase and all characters after that lowercase.