Module inflector::cases [] [src]

Provides case inflections - Camel case - Class case - Kebab case - Lower case - Screaming snake case - Table case - Sentence case - Snake case - Upper case

Modules

camelcase

Provides conversion to and detection of camel case strings.

classcase

Provides conversion to and detection of class case strings.

kebabcase

Provides conversion to and detection of kebab case strings.

lowercase

Provides conversion to lower case strings.

screamingsnakecase

Provides conversion to and detection of screaming snake case strings.

sentencecase

Provides conversion to and detection of sentence case strings.

snakecase

Provides conversion to and detection of snake case strings.

tablecase

Provides conversion to and detection of table case strings.

titlecase

Provides conversion to and detection of title case strings.

uppercase

Provides conversion to upper case strings.