StringCases extension
- on
Properties
- camelCase → String
-
Available on String, provided by the StringCases extension
ReturnsString
as first letter of all words capitalized except first word without whitespaces.no setter - capitalisation → String
-
Available on String, provided by the StringCases extension
ReturnsString
as First letter capitalized.no setter - pascalCase → String
-
Available on String, provided by the StringCases extension
ReturnsString
as first letter of all words capitalized without whitespaces.no setter - titleCase → String
-
Available on String, provided by the StringCases extension
ReturnsString
as first letter of all words capitalized.no setter - toggleCase → String
-
Available on String, provided by the StringCases extension
ReturnsString
as case toggled for each characters.no setter