logic/helpers/string.helper library

Functions

toPercentage(double value, int fractionDigits) String
Returns a formatted percentage string from a double value.
toTitleCase(String? text) String?
Returns a string with the first letter of each word capitalized.