Convert a text by swapping every character from upper to lower case, or lower to upper case
Transform a string by swapping every character from upper to lower case, or lower to upper case
CSS to XPath
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
Formatting for text casing in your editor.
Convert into a lower case text with slashes between words
Convert text with only the first character in upper case
Convert into a lower case text with a period between words
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 into a text with the separator denoted by the next word capitalized
Convert text to all uppercase letters
Convert text with only the first character in lower case
Convert text to all lowercase letters with spaces between words
Convert into a space separated text with each word capitalized
Convert into a text of capitalized words without separators
Convert into upper case text with an underscore between words
Convert into a lower cased text with dashes between words
Convert into a lower case text with underscores between words
Returns `true` if text is upper case only.
Convert text to all lowercase letters
Convert into a text with the separator denoted by kebab-case (lowercase words separated by hyphens)
Returns `true` if text is lower case only