Convert text between camelCase, snake_case, kebab-case, PascalCase & more — zero dependencies
CSS to XPath
Formatting for text casing in your editor.
Convert text between `camelCase`, `PascalCase`, `Capital Case`, `Header-Case`, `Title Case`, `path/case`, `snake_case`, `param-case`, `kebab-case`, `dot.case`, `CONSTANT_CASE`, `lower case`, `lOWER CASE FIRST`, `UPPER CASE`, `Upper case first` and other
Convert text with only the first character in upper case
Convert a text into title case following English rules
Convert into a lower case with spaces between words, then capitalize text
Convert into a dash separated text of capitalized words
Convert text to all uppercase letters
Convert text with only the first character in lower case
Convert into a text with the separator denoted by the next word capitalized
Convert a text by swapping every character from upper to lower case, or lower to upper case
Convert text to all lowercase letters with spaces between words
Returns `true` if text is upper case only.
Convert into a space separated text with each word capitalized
Convert into a text of capitalized words without separators
Convert into a lower cased text with dashes between words
Convert text to all lowercase letters
Convert into a lower case text with slashes between words
Convert into a lower case text with underscores between words
Convert into upper case text with an underscore between words
Convert into a lower case text with a period between words
Convert into a text with the separator denoted by kebab-case (lowercase words separated by hyphens)
Returns `true` if text is lower case only