Create CamelCase
parent
26c7a5b9bc
commit
3946ff26a4
|
@ -0,0 +1,8 @@
|
|||
Write simple .camelCase method (camel_case function in PHP, CamelCase in C# or camelCase in Java) for strings. All words must have their first letter capitalized without spaces.
|
||||
|
||||
For instance:
|
||||
|
||||
```js
|
||||
"hello case".camelCase() // => HelloCase
|
||||
"camel case word".camelCase() // => CamelCaseWord
|
||||
```
|
Loading…
Reference in New Issue