Convert a text to camelcase (Online string converter)

You can convert a text to camelcase. Paste a text in the above left form and click the blue triangle button, the converted text is showed in the right textarea.

get camel case word
add USER ROLE
 sum numbers
BUY ITeMS
getCamelCaseWord
addUserRole
sumNumbers
buyItems

All the letters of the first word are lowercase. The first letter of other words are uppercase and the other letters are lowercase. This type of letter case is called camelcase. In many programming language, function or method names are camelcase.

If you input spaces before or after text in the above form, these are removed. A word with all letters uppercase such as QED, ABC, USA is also converted lowercase except the first letter.

remove PNG files
 CREATE SQL file
  add HTML FILES
removePngFiles
createSqlFile
addHtmlFiles

Numbers and symbols like $ don't change. The program uses JavaScript to convert your text so this site con't get or save it. If you input large data (> 10mb) in the form, there might happens an error.