StringRecase extension
Re-casing helpers for strings.
- on
Properties
- camelCase → String
-
Available on String, provided by the StringRecase extension
ThecamelCaseversion ofthis.no setter - capitalized → String
-
Available on String, provided by the StringRecase extension
The capitalized version ofthis, with the first letter upper-cased and all others lower-cased.no setter - paramCase → String
-
Available on String, provided by the StringRecase extension
Theparam-caseversion ofthis.no setter - pascalCase → String
-
Available on String, provided by the StringRecase extension
ThePascalCaseversion ofthis.no setter - snakeCase → String
-
Available on String, provided by the StringRecase extension
Thesnake_caseversion ofthis.no setter
Methods
-
groupIntoWords(
) → List< String> -
Available on String, provided by the StringRecase extension
Splitsthisinto words along word boundaries.