Convert a string to camel case.
Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`
Convert a kebab-cased CSS property into a camelCased DOM property.
String manipulation functions.
Convert object keys to camel case
The lodash method `_.camelCase` exported as a module.
Create a regular expression from a regular expression string.
Capitalize every word in a string: `unicorn cake` → `Unicorn Cake`
Convert a string to lowercase.
Tokenize a string into an array of string parts and format identifier objects.
Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `kebab-case`, `CONSTANT_CASE` and others
Replace search occurrences with a replacement string.
Convert a string to camel case.
Insert supplied variable values into a format string.
Test if a value is a string.
Generate string from a token array by interpolating values.
Allocate a buffer containing a provided string.
Escape a regular expression string or pattern.
Test if a value is a regular expression string.
Standardized module functions free of business logic
Replace search occurrences with a replacement string.
Determine a value's type.
String case utils
Determine the specification defined classification of an object.