All change-case methods bundled in a single module
Capitalize every word in a string: unicorn cake
→ Unicorn Cake
Comprehensive TypeScript/JavaScript utility library with cross-environment support (Node.js, browser, web worker) providing helper functions, polyfills (ES5-ES2023), type checking utilities, and optimized implementations for better minification and code r
Convert a camelized/dasherized/underscored string into a humanized one: fooBar-Baz_Faz
→ Foo bar baz faz
Case change feature for CKEditor 5.