# sindresorhus/camelcase

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/sindresorhus-camelcase).**

698 stars · 100 forks · JavaScript · MIT

## Links

- GitHub: https://github.com/sindresorhus/camelcase
- awesome-repositories: https://awesome-repositories.com/repository/sindresorhus-camelcase.md

## Description

Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar

## Tags

### Part of an Awesome List

- [Text and String Utilities](https://awesome-repositories.com/f/awesome-lists/devtools/text-and-string-utilities.md) — Converts various string formats to camelCase.
- [Text Processing](https://awesome-repositories.com/f/awesome-lists/devtools/text-processing.md) — Convert strings to camelCase format.
