StringRecase extension

Re-casing helpers for strings.

on

Properties

camelCase → String

Available on String, provided by the StringRecase extension

The camelCase version of this.
no setter
capitalized → String

Available on String, provided by the StringRecase extension

The capitalized version of this, with the first letter upper-cased and all others lower-cased.
no setter
paramCase → String

Available on String, provided by the StringRecase extension

The param-case version of this.
no setter
pascalCase → String

Available on String, provided by the StringRecase extension

The PascalCase version of this.
no setter
snakeCase → String

Available on String, provided by the StringRecase extension

The snake_case version of this.
no setter

Methods

groupIntoWords() → List<String>

Available on String, provided by the StringRecase extension

Splits this into words along word boundaries.