StringRecase extension

Re-casing helpers for strings.

on

Properties

camelCase String
The camelCase version of this.
no setter
capitalized String
The capitalized version of this, with the first letter upper-cased and all others lower-cased.
no setter
paramCase String
The param-case version of this.
no setter
pascalCase String
The PascalCase version of this.
no setter
snakeCase String
The snake_case version of this.
no setter

Methods

groupIntoWords() List<String>
Splits this into words along word boundaries.