KaeruStringCaseExt extension
String case conversion extensions.
- on
Properties
- camelCase → String
-
Available on String, provided by the KaeruStringCaseExt extension
Converts the string to camelCase.no setter - capitalize → String
-
Available on String, provided by the KaeruStringCaseExt extension
Capitalizes the first letter of the string.no setter - snakeCase → String
-
Available on String, provided by the KaeruStringCaseExt extension
Converts the string to snake_case.no setter - titleCase → String
-
Available on String, provided by the KaeruStringCaseExt extension
Converts the string to title case.no setter