StringExtensions extension

Utility extensions for String and double types.

on

Methods

capitalize() String

Available on String, provided by the StringExtensions extension

Capitalizes the first letter of the string.
toCamelCase() String

Available on String, provided by the StringExtensions extension

Converts the string to camelCase.
toPascalCase() String

Available on String, provided by the StringExtensions extension

Converts the string to PascalCase.