@zzzzbov/camel-case
v0.0.1
Published
`camelCase` strips all punctuation and converts a string to camelCase.
Readme
camel-case
camelCase strips all punctuation and converts a string to camelCase.
Examples
| Example | Result |
| ----------------- | --------------- |
| "Hello, World!" | "helloWorld" |
| "camelCase" | "camelCase" |
| "PascalCase" | "pascalCase" |
| "kebab-case" | "kebabCase" |
| "snake_case" | "snakeCase" |
| "HTTPRequest" | "httpRequest" |
