capitalize
Converts the first character of string to upper case and the remaining to lower case.
Category
Utilities for string manipulation
4 utilities available
Converts the first character of string to upper case and the remaining to lower case.
Converts string to camel case.
Converts string to kebab case.
Truncates string if it's longer than the given maximum string length. The last characters of the truncated string are replaced with the omission string which defaults to "...".