String to camelCase Converter
Convert any string to camelCase in one click. Paste multiple lines and get clean camelCase output instantly — no server, no signup.
Strings to convert
Enter one string per line. Each line is converted to camelCase independently.
Accepts spaces, hyphens, underscores, PascalCase, and SCREAMING_SNAKE_CASE. Everything runs locally in your browser — nothing is uploaded.
camelCase outputOne camelCase result per input line.
Typical inputs process in under 1ms on modern browsers.
How to convert strings to camelCase
Convert in 3 steps
Takes ~5 seconds- 1Paste your strings
Enter one string per line in the input box — any format works.
- 2Click Convert
Click "Convert to camelCase" to process all lines instantly.
- 3Copy the output
Copy the camelCase results and paste them into your code or document.
Who should use this tool?
- Developers renaming variables, functions, or JSON keys to camelCase
- Data engineers transforming column names or field identifiers in bulk
- API designers standardizing property names across schema definitions
Examples
Plain words separated by spaces become camelCase.
hello world
helloWorld
PascalCase is split at case transitions and re-cased.
MyVariableName
myVariableName
SCREAMING_SNAKE_CASE is lowercased and recombined.
SCREAMING_SNAKE_CASE
screamingSnakeCase
About String to camelCase conversion
camelCase is the standard naming convention for variables and functions in JavaScript, Java, Swift, and many other languages. This tool handles every common input format — including strings that are already partially camelCase or PascalCase — so you never need to manually reformat identifiers.
This string to camelCase converter splits input on whitespace, hyphens, underscores, and uppercase letter transitions, then joins the resulting words with the first word fully lowercased and each subsequent word capitalized. It correctly handles PascalCase, SCREAMING_SNAKE_CASE, kebab-case, and plain sentences. Process multiple strings at once with one camelCase result per input line, all locally in your browser.
Splits on spaces, hyphens, underscores, and case transitions — no matter the input format.
- Handles PascalCase input
- Handles SCREAMING_SNAKE_CASE
- Handles mixed delimiters
Process dozens of strings at once — one camelCase result per line, always.
- Multi-line input
- 1-to-1 line mapping
- Blank lines preserved
All conversion happens locally in your browser. Nothing leaves your device.
- No data uploaded
- No signup needed
- Works offline
camelCase conversion tips
Get clean, consistent camelCase output every time.
- Remove leading/trailing whitespace from your input before pasting to avoid unexpected word boundaries.
- Use one line per identifier when batch-converting — the tool maps output 1-to-1 with input lines.
- Digits within a word pass through unchanged; check that numeric segments land in the position you expect.
Frequently asked questions
How does this handle already-camelCase input like 'myVariableName'?>
What happens to consecutive delimiters like double hyphens or double underscores?>
Can I convert SCREAMING_SNAKE_CASE variable names to camelCase?>
Does the tool skip blank lines in my input?>
Related String tools
Wrap each line of text in square brackets. Paste a list and get bracketed output instantly. Works fast in your browser.
Wrap each line of text in double quotes. Paste a list and get quoted output instantly. Use it in your browser for quick, copy-ready results.
Add line numbers to each line of text with selectable separators. Choose no separator, a period, or a closing parenthesis.
Add a custom prefix to every line in your text. Enter a prefix once and apply it to all lines instantly. In your browser.
Add a custom suffix to every line in your text. Enter a suffix once and apply it to all lines instantly. In your browser.
Wrap each line of text in parentheses. Paste a list and get parenthesized output instantly. Works fast in your browser.
Wrap each line of text in single quotes. Paste a list and get quoted output instantly. Use it in your browser for quick, copy-ready results.
Calculate average sentence length instantly. Paste text and get the mean words per sentence in one click. In your browser.
Calculate average word length instantly. Paste text and get the mean characters per word in one click. In your browser.
Calculate the total UTF-8 byte size of your text instantly. Paste content and get an exact byte count in one click.
Replace every group of four spaces with a tab character instantly. Paste any indented code or text and convert spacing in your browser.
Replace tab characters with four spaces. Clean up pasted text and align indentation instantly. Works fast in your browser.
Replace tab characters with a single space. Clean up pasted text instantly. Use it in your browser for quick, copy-ready results.
Count the number of lines in a text block. Paste your text and get the line count instantly. Works fast in your browser.
Remove empty lines from text. Paste your text and get a cleaner block instantly. Use it in your browser for quick, copy-ready results.
Estimate how long text will take to read. Set words per minute and get instant reading time. Works fast in your browser.
Find the longest line in a text block. Paste your text and get the longest line instantly. Works fast in your browser.
Find the shortest line in a text block. Paste your text and get the shortest line instantly. Works fast in your browser.
Convert dot-separated names like john.doe into Last, First format with proper Title Case. Paste a list and get results instantly.
Prepend a dollar sign to each line of numbers. Format currency values instantly. Use it in your browser for quick, copy-ready results.
Count the total number of paragraphs in your text instantly. Paste content and get an exact paragraph count in one click.
Strip dollar signs from currency values. Paste your list and get clean numbers instantly. Use it in your browser for quick, copy-ready results.
Collapse multiple spaces into a single space. Clean up pasted text instantly. Use it in your browser for quick, copy-ready results.
Count the total number of sentences in your text instantly. Paste content and get an exact sentence count in one click.
Convert text to lowercase instantly. Paste your text and get lowercase output in seconds. Use it in your browser for quick, copy-ready results.
Convert text to uppercase instantly. Paste your text and get uppercase output in seconds. Use it in your browser for quick, copy-ready results.
Invert the case of every letter. Lowercase becomes uppercase and uppercase becomes lowercase. Works fast in your browser.
Calculate the total character length of your text instantly. Paste any text and get an exact count in one click.
Reverse text line by line. Paste your content and get reversed output instantly. Use it in your browser for quick, copy-ready results.
Estimate AI token count instantly from your text input. Paste content and get a quick token estimate for prompt planning.
Trim each line to a maximum character length. Set a line length count and truncate all lines instantly. In your browser.
Trim each line to a maximum number of words. Set a word count and truncate all lines instantly. Works fast in your browser.
Count unique words in your text instantly. Paste content and get an exact unique word total in one click. In your browser.
Count the total number of words in your text instantly. Paste any content and get an exact word count in one click.