StringCases extension

on

Properties

camelCase String

Available on String, provided by the StringCases extension

Returns String as first letter of all words capitalized except first word without whitespaces.
no setter
capitalisation String

Available on String, provided by the StringCases extension

Returns String as First letter capitalized.
no setter
pascalCase String

Available on String, provided by the StringCases extension

Returns String as first letter of all words capitalized without whitespaces.
no setter
titleCase String

Available on String, provided by the StringCases extension

Returns String as first letter of all words capitalized.
no setter
toggleCase String

Available on String, provided by the StringCases extension

Returns String as case toggled for each characters.
no setter