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.
- Copy or download the computed result
- Adjust input text
- See the processing method and limits
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