Camel Case Text Converter

Use our camel case text generator to translate normal text to camel case text which you can copy and paste.Enter text below to get started then scroll down to see the camel case text options.

Output
Camel Case

What is Camel Case?

Camel case is the practice of capitalizing the first letter of each word in a series and then removing spaces, numbers, underscores, hyphens, and other special characters. This leaves a concatenation of words that is combined into a single string with various letters capitalized throughout. It is typically used by programmers to name variables in their code. Programmers generally use lower camel case method where the first letter of the string is lowercased. Upper camel case, also known as pascal case, is the most common form in everyday usage while lower camel case is primarily used for programming.

Basic Camel Case Capitalization Rules

  • The first letter is capitalized.
  • One or more letters in that word are also capitalised.
  • The word does not end on a capitalized letter: CamelCasE
  • No two capitalised letters shall follow directly each other: CamelCAse
  • No number in that word at any place: CamelCase1more
  • No dot(.), under_score or dash (-) within the word, only letters: Camel_Case
  • No 'foreign' letters in it like Àâüß or accentuated like Ñéí. CΓ€mΓ©lCÑße

Camel Case Examples

Upper Camel Case / Pascal Case
  • ThisIsAnExampleOfTheUpperCamelCaseForm
  • TheFirstLetterIsCapitalizedAndEachWordThroughoutIsAsWell
Lower Camel Case
  • theFirstLetterIsNotCapitalizedAndEachWordThroughoutIs
  • thereAreNoHyphensOrSpacesInThisCamelCase