78 packages found
Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`
Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow
Transform into a lower cased string with dashes between words
Convert object keys to camel case
Transform into a dash separated string of capitalized words
Text hyphenation in Javascript.
Capitalize every word in a string: `unicorn cake` → `Unicorn Cake`
Расстановщик мягких переносов для русского языка
One lightly library contains a series of methods for converting one string or text to different kind of naming style, such as camelCase, PascalCase, hyphen-case, CONSTANT_CASE, etc.
Simple Uppercase to Hyphen
remark-lint rule to warn when file names contain initial or final dashes
remark-lint rule to warn when file names contain consecutive dashes
A HOC to deeply camelize React props keys
Hyphenation for node and Polyfill for client-side hyphenation.
Comprehensive, HTML-entities-aware tool to typographically-correct the dashes and hyphens
Convert a camelized/dasherized/underscored string into a humanized one: `fooBar-Baz_Faz` → `Foo bar baz faz`
Text hyphenation in Javascript. (minified)
Convert camelCase inputs to kebab-case outputs.
String to CamelCase or CamelCase to string: `foo-bar` ⇄ `fooBar`
Capitalize every word in a string prop (excluding links) of a object.