StringCaseExtensions extension
Built-in String casing extensions.
- on
Properties
- camelCase → String
-
Available on String, provided by the StringCaseExtensions extension
camelCaseno setter - constantCase → String
-
Available on String, provided by the StringCaseExtensions extension
CONSTANT_CASEno setter - dotCase → String
-
Available on String, provided by the StringCaseExtensions extension
dot.caseno setter - headerCase → String
-
Available on String, provided by the StringCaseExtensions extension
Header-Caseno setter - lowerCase → String
-
Available on String, provided by the StringCaseExtensions extension
lower caseno setter - mustacheCase → String
-
Available on String, provided by the StringCaseExtensions extension
{{ mustache case }}no setter - paramCase → String
-
Available on String, provided by the StringCaseExtensions extension
param-caseno setter - pascalCase → String
-
Available on String, provided by the StringCaseExtensions extension
PascalCaseno setter - pascalDotCase → String
-
Available on String, provided by the StringCaseExtensions extension
Pascal.Dot.Caseno setter - pathCase → String
-
Available on String, provided by the StringCaseExtensions extension
path/caseno setter - sentenceCase → String
-
Available on String, provided by the StringCaseExtensions extension
Sentence caseno setter - snakeCase → String
-
Available on String, provided by the StringCaseExtensions extension
snake_caseno setter - titleCase → String
-
Available on String, provided by the StringCaseExtensions extension
Title Caseno setter - upperCase → String
-
Available on String, provided by the StringCaseExtensions extension
UPPER CASEno setter