codinasion-archive / codinasion-monorepo

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

[Program]: Write a Swift program to convert string to camelcase #2401

Open harshraj8843 opened 1 year ago

harshraj8843 commented 1 year ago

Description

Write a Swift 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/program/convert-string-to-camelcase/program/ConvertStringToCamelcase.swift` file
bulutg commented 5 months ago

!assign