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.
Conversion
- Convert a text to lowercase
- Convert a text to uppercase
- Convert a text to capital case
- Convert a text to camelcase
- Convert a text to pascal case
- Convert a text to snake case
- Convert a text to upper snake case
- Swap lowercase and uppercase
- Reverse a text
- Replace spaces with tabs
- Replace spaces with commas
- Replace spaces with hyphens
- Replace spaces with underscores
- Replace tabs with spaces
- Replace tabs with commas
- Replace commas with spaces
- Replace commas with tabs