text-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
to-sentence-case-with-dot
A JavaScript library converting a string, capitalizing first letter of each sentence and inserting a dot at the end if needed.
text-sentence-case
Convert into a lower case with spaces between words, then capitalize text