AddonslyString extension

A collection of useful extensions on String

on

Properties

capitalized String
A getter that converts the first letter of a String into uppercase and the remaining letters of the String into lowercase if the String is not empty.
no setter
firstCapitalLetter String?
Returns a first letter of a String converted to uppercase or null if the String is empty
no setter