Module inflector::cases[][src]

Provides case inflections

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.

pascalcase

Provides conversion to pascal 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.

traincase

Provides conversion to and detection of train case strings.