Module inflector::cases [] [src]

Provides case inflections - Camel case - Class case - Kebab case - Lower 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.

sentencecase

Provides conversion to and detection of sentence case strings.

snakecase

Provides conversion to and detection of snake case strings.

titlecase

Provides conversion to and detection of title case strings.

uppercase

Provides conversion to upper case strings.