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
camelCaseformat. - Return a version of the string in
dot.caseformat. - Return a version of the string in
kebab-caseformat. - Return a version of the string in
PascalCaseformat. - Return a version of the string in
path/caseformat. - Return a version of the string in
snake_caseformat. - Return a version of the string in
Title Caseformat.