StringCasingExtension extension

A collection of usefull extensions on String

on

Methods

toCapitalized() String
Converts the first letter of a String into uppercase or returns '' if null
toTitleCase() String
Converts all the first letters of each words of a given String into uppercase