CaseHelper extension

Extensions getters on String to preform common, identifier-related conversions.

on

Properties

kebab String
Returns this converted to kebab-case, where words are seperated by a hyphen.
no setter
nonPrivate String
Returns this with all leading underscore characters removed.
no setter
pascal String
Returns this where the first character is capitalized.
no setter
snake String
Returns this converted to snake_case, where words are seperated by underscore.
no setter