camelcase
popularConvert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`
Updated by @sindresorhus
string-width
Get the visual width of a string - the number of columns required to display it
Updated by @sindresorhus
url-parse
Small footprint URL parser that works seamlessly across Node.js and browser environments
Updated by @unshiftio
decamelize
Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow
Updated by @sindresorhus
has-value
Returns true if a value exists, false if empty. Works with deeply nested values using object paths.
Updated by @jonschlinkert
leven
Measure the difference between two strings using the Levenshtein distance algorithm
Updated by @sindresorhus