Expand description

Provides case inflections

  • Camel case
  • Class case
  • Kebab case
  • Train case
  • Screaming snake case
  • Table case
  • Sentence case
  • Snake case
  • Pascal case

Modules

Provides conversion to and detection of camel case strings.
Provides conversion to and detection of class case strings.
Provides conversion to and detection of kebab case strings.
Provides conversion to pascal case strings.
Provides conversion to and detection of screaming snake case strings.
Provides conversion to and detection of sentence case strings.
Provides conversion to and detection of snake case strings.
Provides conversion to and detection of table case strings.
Provides conversion to and detection of title case strings.
Provides conversion to and detection of train case strings.