Crate case_switcher
source ·Functions
- Return a version of the string with the first letter capitalized.
- Get all of the words in a string.
- Return a version of the string in
camelCase
format. - Return a version of the string in
dot.case
format. - Return a version of the string in
kebab-case
format. - Return a version of the string in
PascalCase
format. - Return a version of the string in
path/case
format. - Return a version of the string in
snake_case
format. - Return a version of the string in
Title Case
format.