[−][src]Module inflector::cases
Provides case inflections
- Camel case
- Class case
- Kebab case
- Train case
- Screaming snake case
- Table case
- Sentence case
- Snake case
- Pascal 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. |
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. |