@frogpond/titlecase
Intelligently converting strings to title case (an enhanced fork of David Gouch's library; now forked from @rvagg's fork)
Intelligently converting strings to title case (an enhanced fork of David Gouch's library; now forked from @rvagg's fork)
Convert input (string, array, object) to lowerCamelcase
properly proper case personal names
Transform object keys into a new one using preset or custom rules
Convert into a lower case text with a period between words
Convert into a lower case with spaces between words, then capitalize text
Convert into a lower cased text with dashes between words
Convert text with only the first character in lower case
Returns `true` if text is upper case only.
Convert into a lower case text with slashes between words
Convert a text by swapping every character from upper to lower case, or lower to upper case
Convert text between `camelCase`, `PascalCase`, `Capital Case`, `Header-Case`, `Title Case`, `path/case`, `snake_case`, `param-case`, `dot.case`, `CONSTANT_CASE`, `lower case`, `lOWER CASE FIRST`, `UPPER CASE`, `Upper case first` and other
Returns `true` if text is lower case only
Convert text to all uppercase letters
Convert into a lower case text with underscores between words
Convert into upper case text with an underscore between words
Convert an object's keys to snake case
Simple library for randomizing the capitalization of all characters in a string.
Simple converters from case to case for string and Record. It can canvert below cases each other.
Recursive camelCase of object keys and arrays of objects