StringCaseExt extension

Extension methods for string case conversion.

on

Properties

camelCase String

Available on String, provided by the StringCaseExt extension

Convert to camelCase.
no setter
capitalized String

Available on String, provided by the StringCaseExt extension

Capitalize the first letter.
no setter
kebabCase String

Available on String, provided by the StringCaseExt extension

Convert to kebab-case.
no setter
snakeCase String

Available on String, provided by the StringCaseExt extension

Convert to snake_case.
no setter
titleCase String

Available on String, provided by the StringCaseExt extension

Convert to Title Case (capitalize first letter of each word).
no setter