codinasion-archive / codinasion-monorepo

Community Monorepo
https://codinasion.org
MIT License
52 stars 167 forks source link

Write a Julia program to convert string to camelcase #2392

Closed harshraj8843 closed 1 year ago

harshraj8843 commented 2 years ago

Description

Write a Julia program to convert string to camelcase

Camelcase is a style of writing in which the first letter of each word is capitalized except the first word.

Input  : "hello world"
Output : "helloWorld"
How to contribute - Save the solution in `program/convert-string-to-camelcase.jl` file - Add `convert-string-to-camelcase.jl` file in `convert-string-to-camelcase` folder
RiteshK-611 commented 1 year ago

!assign

RiteshK-611 commented 1 year ago

This issue has been resolved with PR codinasion/program#7629