Camel Case Converter

Camel Case Converter lets you join Unicode word tokens with a lowercase first word and capitalised following words. Enter your own values or load the worked example.

Method and calculation

Join Unicode word tokens with a lowercase first word and capitalised following words.

Inputs and settings

Camel Case Converter accepts Input text.

Worked example

Camel Case Converter example — Input text: "Hello world\nA second line\nHello world". Computed output: helloWorldASecondLineHelloWorld

Output and limitations

CamelCase identifiers conventionally begin with a lowercase token for variable names. This processor lowercases the first token and capitalizes later token initials. It does not infer acronym boundaries in already joined text, so enter separated words for predictable results.

Technical references: JavaScript Unicode normalization

Camel Case Converter FAQs

Camel Case Converter applies the following rule to your input: Join Unicode word tokens with a lowercase first word and capitalised following words. The worked example on this page uses the same processor as the result button.
Camel Case Converter has these boundaries: Input is treated as plain text; it is never executed. Start by checking the input text field against the units or format shown.
Camel Case Converter provides this sample: helloWorldASecondLineHelloWorld. Use the sample button to reproduce it, then replace the inputs with your own values.